mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 12:56:24 +10:00
.osx: Remove a few commands that no longer have any effect in Yosemite
Closes #436.
This commit is contained in:
committed by
Mathias Bynens
parent
8692d489d5
commit
44169a963a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user