aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-02-22 20:32:46 +0100
committerMathias Bynens <mathias@qiwi.be>2012-02-22 20:32:46 +0100
commitdda45e2cb1a3a7e8e98f9a9ace3baf56756a738e (patch)
treedee3b75a97f67ed036cce318f55f7c0d6b89c097
parentc7809475f8b01b2d31fde44bf16233c36dde0f94 (diff)
downloaddotfiles-dda45e2cb1a3a7e8e98f9a9ace3baf56756a738e.tar.gz
dotfiles-dda45e2cb1a3a7e8e98f9a9ace3baf56756a738e.tar.bz2
dotfiles-dda45e2cb1a3a7e8e98f9a9ace3baf56756a738e.zip
.osx: Enable snap-to-grid for desktop icons
Ref. #5
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 18476a7..d863992 100755
--- a/.osx
+++ b/.osx
@@ -95,6 +95,9 @@ defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
# Show item info below desktop icons
/usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
+# Enable snap-to-grid for desktop icons
+/usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:arrangeBy grid" ~/Library/Preferences/com.apple.finder.plist
+
# Disable the warning before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false