aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dunn <dunn.alex@gmail.com>2014-10-18 12:35:15 +0200
committerMathias Bynens <mathias@qiwi.be>2014-10-18 12:36:09 +0200
commit44169a963aeeeb846b31fdf47ccceefd851663c5 (patch)
tree0d0eda1d77a46161465a01ea04121f00db1059a3
parent8692d489d5949977be03bfce0b54bf335b8f4167 (diff)
downloaddotfiles-44169a963aeeeb846b31fdf47ccceefd851663c5.tar.gz
dotfiles-44169a963aeeeb846b31fdf47ccceefd851663c5.tar.bz2
dotfiles-44169a963aeeeb846b31fdf47ccceefd851663c5.zip
.osx: Remove a few commands that no longer have any effect in Yosemite
Closes #436.
-rwxr-xr-x.osx11
1 files changed, 1 insertions, 10 deletions
diff --git a/.osx b/.osx
index 5e484be..179c544 100755
--- a/.osx
+++ b/.osx
@@ -24,9 +24,6 @@ sudo pmset -a standbydelay 86400
# Disable the sound effects on boot
sudo nvram SystemAudioVolume=" "
-# Menu bar: disable transparency
-defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
-
# Disable transparency in the menu bar and elsewhere on Yosemite
defaults write com.apple.universalaccess reduceTransparency -bool true
@@ -85,7 +82,7 @@ defaults write com.apple.LaunchServices LSQuarantine -bool false
defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true
# Disable Resume system-wide
-defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
+defaults write com.apple.systempreferences NSQuitAlwaysKeepsWindows -bool false
# Disable automatic termination of inactive apps
defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true
@@ -394,18 +391,12 @@ defaults write com.apple.dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0
-# Enable the 2D Dock
-#defaults write com.apple.dock no-glass -bool true
-
# Automatically hide and show the Dock
defaults write com.apple.dock autohide -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true
-# Make Dock more transparent
-defaults write com.apple.dock hide-mirror -bool true
-
# Disable the Launchpad gesture (pinch with thumb and three fingers)
#defaults write com.apple.dock showLaunchpadGestureEnabled -int 0