diff options
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 2 | ||||
| -rw-r--r-- | mac/.config/yazi/theme.toml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index b70e515..86f66d2 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -129,9 +129,9 @@ 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-n = '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-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"' alt-w = 'exec-and-forget open -na qutebrowser' alt-shift-w = 'exec-and-forget open -na Firefox' diff --git a/mac/.config/yazi/theme.toml b/mac/.config/yazi/theme.toml index 09dbd12..c3aaaa6 100644 --- a/mac/.config/yazi/theme.toml +++ b/mac/.config/yazi/theme.toml @@ -15,6 +15,10 @@ light = "catppuccin-mocha" # : }}} +[status] +sep_left = { open = "", close = "" } +sep_right = { open = "", close = "" } + # ayu-dark # catppuccin-frappe # catppuccin-latte |
