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 /yabairc | |
| parent | 08ea1b60270d697fff5992eb9b665cec35493b6d (diff) | |
Add yabai confi
Diffstat (limited to 'yabairc')
| -rwxr-xr-x | yabairc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |