From 09750d27b177f17f570397e36ae81adb05332a3e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 22 Sep 2011 09:48:04 +0300 Subject: =?UTF-8?q?Allow=20quitting=20Finder=20via=20=E2=8C=98=20+=20Q;=20?= =?UTF-8?q?doing=20so=20will=20also=20hide=20desktop=20icons.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index cd68d61..1473074 100755 --- a/.osx +++ b/.osx @@ -13,6 +13,9 @@ defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" +# Allow quitting Finder via ⌘ + Q; doing so will also hide desktop icons +defaults write com.apple.finder QuitMenuItem -bool true + # Show all filename extensions in Finder defaults write NSGlobalDomain AppleShowAllExtensions -bool true -- cgit v1.2.3