Update desk window configuration to not use internal monitor

This commit is contained in:
Tony Grosinger 2024-09-16 14:34:03 -07:00
parent 778b793b34
commit 446bd36b91

View File

@ -55,18 +55,17 @@ prevWindow := 0
monitorConfigurations := Map( monitorConfigurations := Map(
; Desk means the monitor at my desk is plugged in. ; Desk means the monitor at my desk is plugged in.
"desk", Map( "desk", Map(
"Workrave", [3748, 2056, 94, 56], "Workrave", [0, 2056, 94, 56],
"Discord", [-7, 0, 900, 750], "Discord", [-7, 0, 900, 750],
"Signal", [-7, 742, 900, 750], "Signal", [-7, 742, 900, 750],
"Visual Studio Code", [886, 0, 2954, 2110], "Visual Studio Code", [886, 0, 2954, 2110],
"ahk_exe WindowsTerminal.exe", [886, 0, 2954, 2110], "ahk_exe WindowsTerminal.exe", [886, 0, 2954, 2110],
"Mozilla Firefox", [881, 0, 2963, 2117], "Mozilla Firefox", [881, 0, 2963, 2117],
"TickTick", [712, 2892, 942, 821], "TickTick", [-7, 1484, 900, 635]
"Atrium", [1654, 2160, 1620, 1552]
), ),
; Standalone means there are no other monitors plugged in. ; Standalone means there are no other monitors plugged in.
"standalone", Map( "standalone", Map(
"Workrave", [2468, 1498, 94, 56], "Workrave", [0, 1498, 94, 56],
"Discord", [-7, 0, 900, 750], "Discord", [-7, 0, 900, 750],
"Signal", [-7, 742, 900, 750], "Signal", [-7, 742, 900, 750],
"Visual Studio Code", [472, 0, 2085, 1550], "Visual Studio Code", [472, 0, 2085, 1550],