]>
Commit | Line | Data |
---|---|---|
bcb7a47c RBR |
1 | # for this to work you must configure sudo such that |
2 | # it will be able to run the command without password | |
3 | ||
4 | yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa" | |
5 | sudo yabai --load-sa | |
6 | ||
7 | yabai -m config layout bsp | |
8 | yabai -m config window_shadow float | |
9 | yabai -m config window_border on | |
10 | yabai -m config window_border_width 2 | |
11 | yabai -m config window_border_radius 0 | |
12 | yabai -m config active_window_border_color 0xFF55FF55 |