fix(macos): fix defaults domain
This commit is contained in:
parent
e7b52d91b3
commit
b2e17f49e5
@ -2,10 +2,10 @@
|
||||
#!/bin/zsh
|
||||
|
||||
defaults write NSGlobalDomain _HIHideMenuBar -bool TRUE # Auto hide menu bar
|
||||
defaults write NSGLobalDomain NSAutomaticCapitalizationEnabled -bool FALSE
|
||||
defaults write NSGLobalDomain NSAutomaticPeriodSubstitutionEnabled -bool FALSE
|
||||
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool FALSE
|
||||
defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool FALSE
|
||||
defaults write NSGlobalDomain AppleInterfaceStyleSwitchesAutomatically -bool TRUE
|
||||
defaults delete NSGLobalDomain AppleInterfaceStyle
|
||||
defaults delete NSGlobalDomain AppleInterfaceStyle
|
||||
|
||||
# Dock
|
||||
defaults write com.apple.dock autohide -bool TRUE # Enable auto hide dock
|
||||
|
||||
Loading…
Reference in New Issue
Block a user