Compare commits

..

2 commits

2 changed files with 7 additions and 3 deletions

View file

@ -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"

View file

@ -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"