forked from nico/dots
darwin: disable click to show desktop
This commit is contained in:
parent
6b46405524
commit
152150e1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# appearance
|
||||
system.defaults.NSGlobalDomain.AppleInterfaceStyle = "Dark";
|
||||
system.defaults.NSGlobalDomain.AppleShowScrollBars = "WhenScrolling";
|
||||
system.defaults.WindowManager.EnableStandardClickToShowDesktop = true;
|
||||
system.defaults.WindowManager.EnableStandardClickToShowDesktop = false;
|
||||
system.startup.chime = true;
|
||||
|
||||
system.defaults.NSGlobalDomain.NSDisableAutomaticTermination = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue