GitHunt
MA

maxxfuu/yabai-configuration

my configurations

โŒจ๏ธ Keyboard Bindings and Configurations

Begin set up by downloading the necessary packages using homebrew

๐Ÿ’ป Installing Yabai & Skhd

When intsalling use the following commands.

yabai --start-service
yabai --restart-service 

and 

skhd --start-service
skhd --restart-service 

When installing the packages on a macOS 13.x, 14.x ensure that the system settings

  1. In the Desktop & Dock tab, inside the Mission Control pane, the setting "Displays have separate Spaces" must be enabled.
  2. In the Desktop & Dock tab, inside the Mission Control pane, the setting "Displays have separate Spaces" must be enabled.
  3. In the Mission Control pane, the setting "Displays have separate Spaces" must be enabled.

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป After Installation (Do the same thing for skhd)

  1. mkdir .config/yabai
  2. cd into .config/yabai
  3. create a file, "touch yabairc"
  4. paste in the yabai configurations

๐Ÿ›‘ Stopping Yabai & Skhd

To stop yabai or skhd use:
yabai --stop-service
skhd --stop-service

maxxfuu/yabai-configuration | GitHunt