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:
parent
48fedaa89f
commit
91f3d03ea3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue