From ae3daa2d59eb8247d03662703fedc2bd3f5df07b Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Wed, 30 Oct 2013 14:57:19 +0100 Subject: =?UTF-8?q?.osx:=20Minimize=20windows=20into=20their=20application?= =?UTF-8?q?=E2=80=99s=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #271. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index bf28dd9..98e5e03 100755 --- a/.osx +++ b/.osx @@ -308,6 +308,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 +# Minimize windows into their application’s icon +defaults write com.apple.dock minimize-to-application -bool true + # Enable spring loading for all Dock items defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true -- cgit v1.2.3