diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-01 09:28:43 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-01 09:28:43 +0900 |
| commit | 8728419b9db09300deda92d5cf7b3a2ba81fb2e9 (patch) | |
| tree | 5f7f2b135b800eca15a6a427f809c0dd36655f38 | |
| parent | fb7c023608278086e87f5d0d99c3c90875eff582 (diff) | |
modified aerospace/aerospace.toml
| -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 |
