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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue