diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |