Compare commits
No commits in common. "88255140d14b8e977999b91b557754fe7143b932" and "d2b803818d78b1ba64914a08c5f0dbbef91b35f8" have entirely different histories.
88255140d1
...
d2b803818d
2 changed files with 3 additions and 7 deletions
|
@ -7,14 +7,9 @@ temperature_path = "/sys/class/hwmon/hwmon2/temp1_input"
|
||||||
match = "*"
|
match = "*"
|
||||||
background_path = "~/.local/share/backgrounds/adventurer/full.jpg"
|
background_path = "~/.local/share/backgrounds/adventurer/full.jpg"
|
||||||
|
|
||||||
[[outputs]]
|
|
||||||
match = "LG Electronics LG ULTRAWIDE 312NTYT34842"
|
|
||||||
position = [0, 1080]
|
|
||||||
mode = "3440x1440@160Hz"
|
|
||||||
|
|
||||||
[[outputs]]
|
[[outputs]]
|
||||||
match = "ASUSTek COMPUTER INC VG258 M1LMQS004947"
|
match = "ASUSTek COMPUTER INC VG258 M1LMQS004947"
|
||||||
position = [0, 0]
|
position = [0, 1080]
|
||||||
mode = "1920x1080@165Hz"
|
mode = "1920x1080@165Hz"
|
||||||
background_path = "~/.local/share/backgrounds/adventurer/l.jpg"
|
background_path = "~/.local/share/backgrounds/adventurer/l.jpg"
|
||||||
|
|
||||||
|
|
|
@ -132,7 +132,8 @@ class OutputConfig:
|
||||||
if self.background_path is None:
|
if self.background_path is None:
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
key = self.match
|
# TODO: match by serial number instead of by port
|
||||||
|
key = self.port
|
||||||
if self.match == "*":
|
if self.match == "*":
|
||||||
key = "any"
|
key = "any"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue