OSX: Tweak Mission Control.

This commit is contained in:
Artem Sapegin
2013-10-04 17:13:41 +04:00
parent 285ac66517
commit b2a15d142b
3 changed files with 6 additions and 8 deletions

View File

@ -310,9 +310,8 @@ defaults write com.apple.dock launchanim -bool false
# Speed up Mission Control animations
defaults write com.apple.dock expose-animation-duration -float 0.1
# Dont group windows by application in Mission Control
# (i.e. use the old Exposé behavior instead)
defaults write com.apple.dock expose-group-by-app -bool false
# Group windows by application in Mission Control
defaults write com.apple.dock expose-group-by-app -bool true
# Dont show Dashboard as a Space
defaults write com.apple.dock dashboard-in-overlay -bool true
@ -335,11 +334,11 @@ defaults write com.apple.dock autohide-time-modifier -float 0
# Disable icon bouncing (looks like it don't work)
defaults write com.apple.dock no-bouncing -bool true
# Disable Space switching on Command-Tab
defaults write com.apple.dock workspaces-auto-swoosh -bool false
# Enable Space switching on Command-Tab
defaults write com.apple.dock workspaces-auto-swoosh -bool true
# Show only active applications
defaults write com.apple.dock static-only -bool TRUE
defaults write com.apple.dock static-only -bool true
# Reset Launchpad
find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete