summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mac/.config/aerospace/aerospace.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml
index fbd3ca2..d3f3c75 100644
--- a/mac/.config/aerospace/aerospace.toml
+++ b/mac/.config/aerospace/aerospace.toml
@@ -139,8 +139,8 @@ on-focus-changed = ['move-mouse window-lazy-center']
alt-shift-l = 'move right'
# See: https://nikitabobko.github.io/AeroSpace/commands#resize
- alt-shift-minus = 'resize smart -50'
- alt-shift-equal = 'resize smart +50'
+ alt-minus = 'resize smart -50'
+ alt-equal = 'resize smart +50'
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
alt-1 = 'workspace 1'
@@ -153,6 +153,8 @@ on-focus-changed = ['move-mouse window-lazy-center']
alt-8 = 'workspace 8'
alt-9 = 'workspace 9'
alt-0 = 'workspace 10'
+ alt-leftSquareBracket = 'focus-monitor next'
+ alt-rightSquareBracket = 'focus-monitor prev'
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
alt-shift-1 = 'move-node-to-workspace 1'
@@ -165,6 +167,8 @@ on-focus-changed = ['move-mouse window-lazy-center']
alt-shift-8 = 'move-node-to-workspace 8'
alt-shift-9 = 'move-node-to-workspace 9'
alt-shift-0 = 'move-node-to-workspace 10'
+ alt-shift-leftSquareBracket = 'move-node-to-monitor prev'
+ alt-shift-rightSquareBracket = 'move-node-to-monitor next'
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
alt-ctrl-1 = ['move-node-to-workspace 1', 'workspace 1']
@@ -178,9 +182,6 @@ on-focus-changed = ['move-mouse window-lazy-center']
alt-ctrl-9 = ['move-node-to-workspace 9', 'workspace 9']
alt-ctrl-0 = ['move-node-to-workspace 10', 'workspace 10']
- alt-leftSquareBracket = 'focus-monitor next'
- alt-rightSquareBracket = 'focus-monitor prev'
-
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
alt-tab = 'workspace-back-and-forth'
# See: https://nikitabobko.github.io/AeroSpace/commands#move-workspace-to-monitor
@@ -195,6 +196,7 @@ on-focus-changed = ['move-mouse window-lazy-center']
# disabled hide window
cmd-h = []
+ # close focused window
alt-q = 'close'
# 'service' binding mode declaration.