From 475402ab4dc796b8e69542587d0926d5e3d30c7a Mon Sep 17 00:00:00 2001 From: Andrew Kennedy Date: Wed, 5 Jun 2013 22:01:08 -0400 Subject: =?UTF-8?q?.osx:=20Don=E2=80=99t=20automatically=20rearrange=20Spa?= =?UTF-8?q?ces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #213. --- .osx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.osx b/.osx index 4b828c3..b1ce07e 100755 --- a/.osx +++ b/.osx @@ -329,11 +329,14 @@ defaults write com.apple.dock expose-animation-duration -float 0.1 # (i.e. use the old Exposé behavior instead) defaults write com.apple.dock expose-group-by-app -bool false +# Disable Dashboard +defaults write com.apple.dashboard mcx-disabled -bool true + # Don’t show Dashboard as a Space defaults write com.apple.dock dashboard-in-overlay -bool true -# Disable Dashboard -defaults write com.apple.dashboard mcx-disabled -bool true +# Don’t automatically rearrange Spaces based on most recent use +defaults write com.apple.dock mru-spaces -bool false # Remove the auto-hiding Dock delay defaults write com.apple.dock autohide-delay -float 0 -- cgit v1.2.3