1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-03 05:27:46 +00:00

paperwm: only hide menubar on fullscreen

This commit is contained in:
RGBCube 2025-07-31 18:13:44 +03:00
parent 48fedaa89f
commit 91f3d03ea3
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -2,7 +2,7 @@
inherit (lib) mkAfter;
in {
system.defaults.NSGlobalDomain = {
_HIHideMenuBar = true; # Automatically hide/show the menu bar.
_HIHideMenuBar = false; # Only hide menubar on fullscreen.
AppleInterfaceStyle = if lib.isDark config.theme then "Dark" else null;