My windows go above sketchybar with yabai #416
-
![]() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Check the yabai -m config external_bar all:$(sketchybar --query bar | jq .height):0 |
Beta Was this translation helpful? Give feedback.
-
Any idea on how to solve this for aerospace? EDIT: This can be solved in aerospace with the following config
While the value should (to avoid having an gap between bar and window) match the height of sketchybar i.e.:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Check the
external_bar
property of yabai, it will make sure no windows are put where the bar resides, e.g. when sketchybar and yabai are already running:yabai -m config external_bar all:$(sketchybar --query bar | jq .height):0