cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
77cef250cad53577f447d99d044d55f07085de1b
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-12T03:10:03Z
macos/yabai/.config/yabai/yabairc | 7 +++++++ 1 file changed, 7 insertions(+) @@ -44,4 +44,11 @@ yabai -m config \ mouse_action2 resize \ mouse_drop_action swap +# force safari to open on left half +yabai -m rule --add app="^Safari$" display=1 grid=1:2:0:0:1:1 manage=off + +# disable yabai management for specific apps +yabai -m rule --add app="^System Preferences$" manage=off +yabai -m rule --add app="^QuickTime Player$" manage=off + echo "yabai configuration loaded.."