Skip to content

Commit

Permalink
.osx: Enable snap-to-grid for desktop icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and dndhm committed Nov 11, 2021
1 parent 7187982 commit 10eca4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10eca4f

Please sign in to comment.