Compare commits
2 Commits
778b793b34
...
f60696abd9
Author | SHA1 | Date | |
---|---|---|---|
f60696abd9 | |||
446bd36b91 |
9
main.ahk
9
main.ahk
@ -55,21 +55,18 @@ 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],
|
|
||||||
"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],
|
|
||||||
"ahk_exe WindowsTerminal.exe", [472, 0, 2085, 1550],
|
"ahk_exe WindowsTerminal.exe", [472, 0, 2085, 1550],
|
||||||
"Mozilla Firefox", [467, 0, 2099, 1557],
|
"Mozilla Firefox", [467, 0, 2099, 1557],
|
||||||
"TickTick", [0, 731, 942, 821],
|
"TickTick", [0, 731, 942, 821],
|
||||||
|
Loading…
Reference in New Issue
Block a user