Compare commits

..

No commits in common. "88255140d14b8e977999b91b557754fe7143b932" and "d2b803818d78b1ba64914a08c5f0dbbef91b35f8" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -7,14 +7,9 @@ temperature_path = "/sys/class/hwmon/hwmon2/temp1_input"
match = "*"
background_path = "~/.local/share/backgrounds/adventurer/full.jpg"
[[outputs]]
match = "LG Electronics LG ULTRAWIDE 312NTYT34842"
position = [0, 1080]
mode = "3440x1440@160Hz"
[[outputs]]
match = "ASUSTek COMPUTER INC VG258 M1LMQS004947"
position = [0, 0]
position = [0, 1080]
mode = "1920x1080@165Hz"
background_path = "~/.local/share/backgrounds/adventurer/l.jpg"

View file

@ -132,7 +132,8 @@ class OutputConfig:
if self.background_path is None:
return {}
key = self.match
# TODO: match by serial number instead of by port
key = self.port
if self.match == "*":
key = "any"