Skip to content

Commit

Permalink
Make dock immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
KELiON committed Jun 27, 2017
1 parent c4e73dd commit e5d783d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osx/set-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ defaults write com.apple.dashboard mcx-disabled -boolean NO && killall Dock
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true

# Make dock immutable
defaults write com.apple.dock contents-immutable -bool false

# Show hidden files in osx
defaults write com.apple.Finder AppleShowAllFiles TRUE

Expand Down

0 comments on commit e5d783d

Please sign in to comment.