File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ tab_bar_edge top
1717tab_bar_style powerline
1818hide_window_decorations yes
1919macos_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)
2224map ctrl+j previous_tab
Original file line number Diff line number Diff line change @@ -48,4 +48,10 @@ yabai -m rule --add app="^Raycast$" manage=off
4848yabai -m rule --add app=" ^Karabiner-Elements$" manage=off
4949yabai -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+
5157echo " yabai configuration loaded.."
You can’t perform that action at this time.
0 commit comments