center primary monitor at 0,0, fixes some SDL cursor mappinmg issues
This commit is contained in:
parent
fc0067c35e
commit
2fcf199308
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ background_path = "~/.local/share/backgrounds/adventurer/full.jpg"
|
|||
|
||||
[[outputs]]
|
||||
match = "LG Electronics LG ULTRAWIDE 312NTYT34842"
|
||||
position = [0, 1080]
|
||||
position = [0, 0]
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue