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