Remove macOS menu bar hiding from aerospace SketchyBar config
This commit is contained in:
@@ -169,15 +169,6 @@ in
|
||||
"Redo" = "@$z"; # Cmd+Shift+Z
|
||||
};
|
||||
})
|
||||
|
||||
# Hide macOS menu bar when SketchyBar is enabled
|
||||
# Note: Requires logout/login to take effect
|
||||
(mkIf cfg.sketchybar.enable {
|
||||
NSGlobalDomain = {
|
||||
_HIHideMenuBar = true;
|
||||
AppleMenuBarVisibleInFullscreen = false;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
# Install aerospace package and optional tools if enabled
|
||||
|
||||
Reference in New Issue
Block a user