diff options
Diffstat (limited to 'mac/.config/aerospace')
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index 04859fd..c1a7afd 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -98,15 +98,16 @@ on-focus-changed = ['move-mouse window-lazy-center'] # - Keypad special. keypadClear, keypadDecimalMark, keypadDivide, keypadEnter, keypadEqual, # keypadMinus, keypadMultiply, keypadPlus # - Arrows. left, down, up, right - + # All possible modifiers: cmd, alt, ctrl, shift - + # All possible commands: https://nikitabobko.github.io/AeroSpace/commands - + # You can uncomment this line to open up terminal with alt + enter shortcut # See: https://nikitabobko.github.io/AeroSpace/commands#exec-and-forget # alt-enter = 'exec-and-forget open -n /System/Applications/Utilities/Terminal.app' - + alt-enter = 'exec-and-forget open -n /Applications/kitty.app' + # See: https://nikitabobko.github.io/AeroSpace/commands#layout alt-slash = 'layout tiles horizontal vertical' alt-comma = 'layout accordion horizontal vertical' |
