put menubar autohide in to the correct spot
This commit is contained in:
parent
0cc2fd3722
commit
dc5e5831b5
1 changed files with 3 additions and 3 deletions
|
@ -48,6 +48,9 @@
|
|||
NSDisableAutomaticTermination = true;
|
||||
NSDocumentSaveNewDocumentsToCloud = false;
|
||||
AppleICUForce24HourTime = true;
|
||||
|
||||
#Autohide menu bar
|
||||
_HIHideMenuBar = userSettings.darwinTiling;
|
||||
};
|
||||
# minimal dock
|
||||
dock = {
|
||||
|
@ -75,9 +78,6 @@
|
|||
FXEnableExtensionChangeWarning = false;
|
||||
};
|
||||
|
||||
_HIHideMenuBar = {
|
||||
enable = userSettings.darwinTiling;
|
||||
};
|
||||
CustomSystemPreferences = {
|
||||
"com.apple.universalaccess" = {
|
||||
closeViewTrackpadGestureZoomEnabled = 1;
|
||||
|
|
Loading…
Reference in a new issue