Isaac Yuen
Isaac Yuen
Here is my yabai config ```yabairc #!/usr/bin/env sh # global settings yabai -m config \ external_bar off \ mouse_follows_focus on \ focus_follows_mouse off \ window_origin_display default \ # New window...
> > `yabai = "/opt/homebrew/opt/yabai"` > > should probably be: > > ```lua > yabai = "/opt/homebrew/bin/yabai" > -- ^^^ > ``` My yabai is installed by homebrew in there,...