mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-28 22:26:22 +10:00
.osx: Change minimize/maximize window effect
By default, OS X Mavericks uses the annoying `genie` effect whenever windows are minimized/maximized. This commit changes that preference and makes OS X use the more tolerable `scale` effect. Closes #355. Ref. #270.
This commit is contained in:
committed by
Mathias Bynens
parent
235e141b78
commit
b7e0ea2dee
@@ -342,6 +342,9 @@ defaults write com.apple.dock mouse-over-hilite-stack -bool true
|
||||
# Set the icon size of Dock items to 36 pixels
|
||||
defaults write com.apple.dock tilesize -int 36
|
||||
|
||||
# Change minimize/maximize window effect
|
||||
defaults write com.apple.dock mineffect -string "scale"
|
||||
|
||||
# Minimize windows into their application’s icon
|
||||
defaults write com.apple.dock minimize-to-application -bool true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user