0
0

yabairc 724 B

1234567891011121314151617
  1. #!/bin/zsh
  2. # Without disabling System Integrity Protection, the following features are
  3. # disabled (https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection):
  4. # * focus/create/destroy space without animation
  5. # * move existing space left, right, or to another display
  6. # * remove window shadows
  7. # * enable window transparency
  8. # * control window layers (make windows appear topmost)
  9. # * sticky windows (make windows appear on all spaces)
  10. # * move window by clicking anywhere in its frame
  11. # * toggle picture-in-picture for any given window
  12. # Load the system agent
  13. sudo yabai --load-sa && \
  14. python3 $XDG_CONFIG_HOME/yabai/yabai.py initialize || \
  15. python $XDG_CONFIG_HOME/yabai/yabai.py initialize