put menubar autohide in to the correct spot

This commit is contained in:
Natalie 2025-05-02 15:41:24 -07:00
parent 0cc2fd3722
commit dc5e5831b5
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F

View file

@ -48,6 +48,9 @@
NSDisableAutomaticTermination = true; NSDisableAutomaticTermination = true;
NSDocumentSaveNewDocumentsToCloud = false; NSDocumentSaveNewDocumentsToCloud = false;
AppleICUForce24HourTime = true; AppleICUForce24HourTime = true;
#Autohide menu bar
_HIHideMenuBar = userSettings.darwinTiling;
}; };
# minimal dock # minimal dock
dock = { dock = {
@ -75,9 +78,6 @@
FXEnableExtensionChangeWarning = false; FXEnableExtensionChangeWarning = false;
}; };
_HIHideMenuBar = {
enable = userSettings.darwinTiling;
};
CustomSystemPreferences = { CustomSystemPreferences = {
"com.apple.universalaccess" = { "com.apple.universalaccess" = {
closeViewTrackpadGestureZoomEnabled = 1; closeViewTrackpadGestureZoomEnabled = 1;