From 44169a963aeeeb846b31fdf47ccceefd851663c5 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 18 Oct 2014 12:35:15 +0200 Subject: [PATCH] .osx: Remove a few commands that no longer have any effect in Yosemite Closes #436. --- .osx | 11 +---------- 1 file changed, 1 insertion(+), 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