diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-03 12:36:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-03 12:36:14 +0900 |
| commit | a77398a63c3e46060e31304499f4a19bd6d46767 (patch) | |
| tree | d11bfb5a207a298cce0b6134f7340d3134d336a6 | |
| parent | 8728419b9db09300deda92d5cf7b3a2ba81fb2e9 (diff) | |
modified aerospace/aerospace.toml
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index eccdd67..fbd3ca2 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -116,7 +116,7 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-shift-e = 'exec-and-forget open -na "Microsoft Outlook"' alt-i = 'exec-and-forget /Applications/kitty.app/Contents/MacOS/kitty -o allow_remote_control=yes -o confirm_os_window_close=0 --title "vimwiki" /bin/zsh -lc "nvim -c VimwikiIndex 1; /Applications/kitty.app/Contents/MacOS/kitten @ close-window --self"' alt-m = 'exec-and-forget open -na "YouTube Music"' - alt-o = 'exec-and-forget open -na Docker Desktop' + alt-o = 'exec-and-forget open -na "Docker Desktop"' alt-r = 'exec-and-forget /Applications/kitty.app/Contents/MacOS/kitty -o allow_remote_control=yes -o confirm_os_window_close=0 --title "htop" /bin/zsh -lc "htop; /Applications/kitty.app/Contents/MacOS/kitten @ close-window --self"' alt-s = 'exec-and-forget /Applications/kitty.app/Contents/MacOS/kitty -o allow_remote_control=yes -o confirm_os_window_close=0 --title "newsboat" /bin/zsh -lc "newsboat; /Applications/kitty.app/Contents/MacOS/kitten @ close-window --self"' alt-t = 'exec-and-forget open -na "Microsoft Teams"' @@ -178,8 +178,8 @@ 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' + 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' @@ -195,6 +195,8 @@ on-focus-changed = ['move-mouse window-lazy-center'] # disabled hide window cmd-h = [] + alt-q = 'close' + # 'service' binding mode declaration. # See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes [mode.service.binding] |
