diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 21:41:58 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-15 22:20:01 +0100 |
| commit | e2582f8649e9e67f02210f659b69523c46003087 (patch) | |
| tree | d7e87b1993e543bcf83345bf584ce3706b3fd1f8 /yabairc | |
| parent | 68fc4436c2565ff31f1499d868ac71bc560121ee (diff) | |
Simplify installation
Diffstat (limited to 'yabairc')
| -rwxr-xr-x | yabairc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/yabairc b/yabairc deleted file mode 100755 index fc3774d..0000000 --- a/yabairc +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -yabai -m config window_border_blur off |