mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-22 19:26:05 +10:00
Added default to add a spacer to the dock.
This commit is contained in:
@@ -13,6 +13,9 @@ defaults write com.apple.dock autohide -bool true
|
||||
# Make Dock icons of hidden applications translucent
|
||||
defaults write com.apple.dock showhidden -bool true
|
||||
|
||||
# Add a spacer to the dock
|
||||
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
|
||||
|
||||
# Enable iTunes track notifications in the Dock
|
||||
defaults write com.apple.dock itunes-notifications -bool true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user