FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.25k stars 82 forks source link

SketchyBar not hidden on Firefox fullscreen videos #509

Closed ruigomeseu closed 4 months ago

ruigomeseu commented 4 months ago

Fullscreening a YouTube video in Safari or Chrome works as expected: SketchyBar automatically hides once the video goes fullscreen.

When fullscreening a video using Firefox, the bar does not automatically hide.

FelixKratz commented 4 months ago

I think it is because firefox does not use the macOS native-fullscreen feature, but some custom "fullscreen", which probably works by ordering the fullscreen window above all other app windows.

The solution is possibly to make sketchybar not topmost:

sketchybar --bar topmost=off
ruigomeseu commented 4 months ago

This worked, thanks so much Felix!