My windows go above sketchybar with yabai #416
-
Yabai doesn't seem to be detecting it. |
Beta Was this translation helpful? Give feedback.
Answered by
FelixKratz
Oct 12, 2023
Replies: 2 comments
-
Check the yabai -m config external_bar all:$(sketchybar --query bar | jq .height):0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dlynz
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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