Don't autohide menubar
This commit is contained in:
parent
1ba39a8930
commit
a147887a24
|
@ -21,6 +21,7 @@ in with lib; {
|
||||||
AppleInterfaceStyle = "Dark";
|
AppleInterfaceStyle = "Dark";
|
||||||
# Disable "natural" scrolling
|
# Disable "natural" scrolling
|
||||||
"com.apple.swipescrolldirection" = false;
|
"com.apple.swipescrolldirection" = false;
|
||||||
|
"_HIHideMenuBar" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue