aboutsummaryrefslogtreecommitdiff
path: root/home/yabairc
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-03-15 21:41:58 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-03-15 22:20:01 +0100
commite2582f8649e9e67f02210f659b69523c46003087 (patch)
treed7e87b1993e543bcf83345bf584ce3706b3fd1f8 /home/yabairc
parent68fc4436c2565ff31f1499d868ac71bc560121ee (diff)
Simplify installation
Diffstat (limited to 'home/yabairc')
-rwxr-xr-xhome/yabairc13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/yabairc b/home/yabairc
new file mode 100755
index 0000000..fc3774d
--- /dev/null
+++ b/home/yabairc
@@ -0,0 +1,13 @@
+# 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