diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-19 14:10:56 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-03-19 14:10:56 +0100 |
| commit | bcb7a47c08459a495762e056715534c19332d2fc (patch) | |
| tree | d969247c6b1b2076eef76580e7e5721aa488ec77 | |
| parent | 08ea1b60270d697fff5992eb9b665cec35493b6d (diff) | |
Add yabai confi
| -rwxr-xr-x | install | 3 | ||||
| -rwxr-xr-x | yabairc | 12 |
2 files changed, 15 insertions, 0 deletions
@@ -45,6 +45,9 @@ ln -fns .dotfiles/Xdefaults ~/.Xdefaults # ripgrep ln -fns .dotfiles/rgignore ~/.rgignore +# yabai +ln -fns .dotfiles/yabairc ~/.yabairc + # skhdc ln -fns .dotfiles/skhdrc ~/.skhdrc @@ -0,0 +1,12 @@ +# for this to work you must configure sudo such that +# it will be able to run the command without password + +yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa" +sudo yabai --load-sa + +yabai -m config layout bsp +yabai -m config window_shadow float +yabai -m config window_border on +yabai -m config window_border_width 2 +yabai -m config window_border_radius 0 +yabai -m config active_window_border_color 0xFF55FF55 |