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