nixos configs

adjust aerospace to mimic niri

+16 -4
+16 -4
modules/home/aerospace/aerospace.toml
··· 63 63 [gaps] 64 64 inner.horizontal = 8 65 65 inner.vertical = 8 66 - outer.left = 8 67 - outer.bottom = 8 68 - outer.top = 8 69 - outer.right = 8 66 + outer.left = 0 67 + outer.bottom = 0 68 + outer.top = 0 69 + outer.right = 0 70 70 71 71 # 'main' binding mode declaration 72 72 # See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes ··· 180 180 run = [ "move-node-to-workspace 4" ] 181 181 182 182 [[on-window-detected]] 183 + if.app-id = "dev.zed.Zed" 184 + run = [ "move-node-to-workspace 4" ] 185 + 186 + [[on-window-detected]] 187 + if.app-id = "com.apple.iCal" 188 + run = [ "move-node-to-workspace 5" ] 189 + 190 + [[on-window-detected]] 183 191 if.app-id = "md.obsidian" 184 192 run = [ "move-node-to-workspace 7" ] 185 193 ··· 198 206 [[on-window-detected]] 199 207 if.window-title-regex-substring = "Cisco Secure Client" 200 208 run = [ "layout floating" ] 209 + 210 + [[on-window-detected]] 211 + if.app-id = "com.apple.Preview" 212 + run = [ "layout floating" ]