koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple full screen windows clamped under notch

diocletiann opened this issue · comments

When I enable simple full screen mode (non-native) in an app, the menu bar hides but the app window is still clamped under the notch, leaving a black bar. When I stop yabai, the window expands around the notch as intended.

Is there a setting to tweak this behavior? Thanks.

You probably have to make the window floating before activating its simple fullscreen mode. The macOS API does not allow yabai to move the window beneath the notch, even if the application itself can do so.

Floating the window allows for going past the notch, thanks.

In past, it worked without this displacement. I wonder how we can bring it back.