Skip to content

Commit 1bfcfdc

Browse files
committed
autokill kitty, window placement configs
1 parent 82e8ee9 commit 1bfcfdc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.config/kitty/kitty.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ tab_bar_edge top
1717
tab_bar_style powerline
1818
hide_window_decorations yes
1919
macos_traditional_fullscreen no
20+
macos_quit_when_last_window_closed yes
21+
confirm_os_window_close 0
2022

2123
# Key mappings: switch tabs with Ctrl+j / Ctrl+k (like your iTerm setup)
2224
map ctrl+j previous_tab

.yabairc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@ yabai -m rule --add app="^Raycast$" manage=off
4848
yabai -m rule --add app="^Karabiner-Elements$" manage=off
4949
yabai -m rule --add app="^Spotify$" space=9
5050

51+
# Launch placement rules
52+
# Slack -> space 2
53+
yabai -m rule --add app="^Slack$" space=2
54+
# Kitty terminal -> space 7
55+
yabai -m rule --add app="^kitty$" space=7
56+
5157
echo "yabai configuration loaded.."

0 commit comments

Comments
 (0)