diff options
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index a594a9b..eccdd67 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -178,6 +178,9 @@ 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 prev' + alt-rightSquareBracket = 'focus-monitor next' + # 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 |
