Hide the menu bar

This commit is contained in:
Jonny Barnes 2016-05-29 21:17:58 +01:00
parent 11bddab540
commit f78ad30c28

3
osx.sh
View file

@ -85,6 +85,9 @@ defaults write com.apple.dock autohide-time-modifier -float 0
# Automatically hide and show the Dock # Automatically hide and show the Dock
defaults write com.apple.dock autohide -bool true defaults write com.apple.dock autohide -bool true
# Automatically hide the menu bar
defaults write NSGlobalDomain _HIHideMenuBar -bool true
## Safari and Webkit ## Safari and Webkit
# Privacy: dont send search queries to Apple # Privacy: dont send search queries to Apple
defaults write com.apple.Safari UniversalSearchEnabled -bool false defaults write com.apple.Safari UniversalSearchEnabled -bool false