summaryrefslogtreecommitdiff
path: root/mac/.config/aerospace
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 12:22:50 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 12:22:50 +0900
commit67dabe8e3427b5f0ab251fe7c35a3192bf3e5c0a (patch)
treebafea587e3a82deb782a0e4b8f9d19f79a0315b6 /mac/.config/aerospace
parentebdcdb555d0d8462352da3aa59f03ab1fe9cac81 (diff)
modified aerospace/aerospace.toml, modified shell/bm-dirs, modified shell/bm-files
Diffstat (limited to 'mac/.config/aerospace')
-rw-r--r--mac/.config/aerospace/aerospace.toml9
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'