aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-22 09:48:04 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-22 09:48:04 +0300
commit09750d27b177f17f570397e36ae81adb05332a3e (patch)
tree73760fe4fa5ba1e5d3fa960c206403329821a15f /.osx
parente00f487f2522c2536fdafd7f72239531d647a07d (diff)
downloaddotfiles-09750d27b177f17f570397e36ae81adb05332a3e.tar.gz
dotfiles-09750d27b177f17f570397e36ae81adb05332a3e.tar.bz2
dotfiles-09750d27b177f17f570397e36ae81adb05332a3e.zip
Allow quitting Finder via ⌘ + Q; doing so will also hide desktop icons.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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