From f78ad30c2820b91171f8c97c4cd856d5c8cd2db0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 29 May 2016 21:17:58 +0100 Subject: [PATCH] Hide the menu bar --- osx.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osx.sh b/osx.sh index 7f9c8e0..17e7f4a 100755 --- a/osx.sh +++ b/osx.sh @@ -85,6 +85,9 @@ defaults write com.apple.dock autohide-time-modifier -float 0 # Automatically hide and show the Dock defaults write com.apple.dock autohide -bool true +# Automatically hide the menu bar +defaults write NSGlobalDomain _HIHideMenuBar -bool true + ## Safari and Webkit # Privacy: don’t send search queries to Apple defaults write com.apple.Safari UniversalSearchEnabled -bool false