@@ -44,7 +44,7 @@ start-at-login = true |
| 44 | # This is for aerospace | 44 | # This is for aerospace |
| 45 | # post-startup, not the machine | 45 | # post-startup, not the machine |
| 46 | # For commands, see: https://nikitabobko.github.io/AeroSpace/commands | 46 | # For commands, see: https://nikitabobko.github.io/AeroSpace/commands |
| 47 | -after-startup-command = ['exec-and-forget ghostty'] | 47 | +after-startup-command = ['exec-and-forget wezterm'] |
| 48 | | 48 | |
| 49 | # ::: | 49 | # ::: |
| 50 | # Normalizations, nothing | 50 | # Normalizations, nothing |
@@ -236,7 +236,7 @@ ctrl-shift-i = 'move-node-to-workspace I --focus-follows-window' |
| 236 | # ctrl-shift-g = 'move-node-to-workspace G --focus-follows-window' | 236 | # ctrl-shift-g = 'move-node-to-workspace G --focus-follows-window' |
| 237 | ctrl-shift-m = 'move-node-to-workspace M --focus-follows-window' | 237 | ctrl-shift-m = 'move-node-to-workspace M --focus-follows-window' |
| 238 | ctrl-shift-s = 'move-node-to-workspace S --focus-follows-window' | 238 | ctrl-shift-s = 'move-node-to-workspace S --focus-follows-window' |
| 239 | -ctrl-shift-x = 'move-node-to-workspace X --focus-follows-window' | 239 | +ctrl-shift-f = 'move-node-to-workspace F --focus-follows-window' |
| 240 | ctrl-shift-w = 'move-node-to-workspace W --focus-follows-window' | 240 | ctrl-shift-w = 'move-node-to-workspace W --focus-follows-window' |
| 241 | ctrl-shift-z = 'move-node-to-workspace Z --focus-follows-window' | 241 | ctrl-shift-z = 'move-node-to-workspace Z --focus-follows-window' |
| 242 | | 242 | |
@@ -273,6 +273,12 @@ ctrl-alt-shift-minus = 'resize smart -150' |
| 273 | ctrl-alt-shift-equal = 'resize smart +150' | 273 | ctrl-alt-shift-equal = 'resize smart +150' |
| 274 | | 274 | |
| 275 | | 275 | |
| | 276 | +ctrl-alt-shift-m = [ |
| | 277 | + "exec-and-forget alacritty -e bash -lc 'morkgui'", |
| | 278 | + "mode main" |
| | 279 | +] |
| | 280 | + |
| | 281 | +# FIXME |
| 276 | ctrl-alt-shift-w = [ | 282 | ctrl-alt-shift-w = [ |
| 277 | 'exec-and-forget open -n -a WezTerm --args --title WezFloat', | 283 | 'exec-and-forget open -n -a WezTerm --args --title WezFloat', |
| 278 | 'mode main' | 284 | 'mode main' |
@@ -324,7 +330,7 @@ ctrl-alt-shift-w = [ |
| 324 | run = 'layout floating' | 330 | run = 'layout floating' |
| 325 | | 331 | |
| 326 | [[on-window-detected]] | 332 | [[on-window-detected]] |
| 327 | - if.app-name-regex-substring = '(?i)^(reminders|siri|weather|books|clock|notes|ghostty)' | 333 | + if.app-name-regex-substring = '(?i)^(reminders|siri|weather|books|clock|notes|ghostty|terminal|alacritty)' |
| 328 | run = 'layout floating' | 334 | run = 'layout floating' |
| 329 | | 335 | |
| 330 | | 336 | |
@@ -379,7 +385,7 @@ run = [ |
| 379 | if.app-name-regex-substring = '(?i)firefox' | 385 | if.app-name-regex-substring = '(?i)firefox' |
| 380 | run = [ | 386 | run = [ |
| 381 | 'layout tiling', | 387 | 'layout tiling', |
| 382 | - 'move-node-to-workspace B', | 388 | + 'move-node-to-workspace F', |
| 383 | ] | 389 | ] |
| 384 | | 390 | |
| 385 | # [[on-window-detected]] | 391 | # [[on-window-detected]] |
@@ -455,7 +461,7 @@ run = 'layout tiling' |
| 455 | z = ['exec-and-forget open -a /Applications/Zen.app', 'mode main'] | 461 | z = ['exec-and-forget open -a /Applications/Zen.app', 'mode main'] |
| 456 | s = ['exec-and-forget open -a /Applications/Slack.app', 'mode main'] | 462 | s = ['exec-and-forget open -a /Applications/Slack.app', 'mode main'] |
| 457 | w = ['exec-and-forget open -a WezTerm', 'mode main'] | 463 | w = ['exec-and-forget open -a WezTerm', 'mode main'] |
| 458 | - x = ['exec-and-forget open -a /Applications/Firefox.app', 'mode main'] | 464 | + f = ['exec-and-forget open -a /Applications/Firefox.app', 'mode main'] |
| 459 | g = ['exec-and-forget open -a /Applications/Ghostty.app', 'mode main'] | 465 | g = ['exec-and-forget open -a /Applications/Ghostty.app', 'mode main'] |
| 460 | i = ['exec-and-forget open -a /Applications/Discord.app', 'mode main'] | 466 | i = ['exec-and-forget open -a /Applications/Discord.app', 'mode main'] |
| 461 | a = ['exec-and-forget open -a /Applications/Audacity.app', 'mode main'] | 467 | a = ['exec-and-forget open -a /Applications/Audacity.app', 'mode main'] |