Added MacOS dock spacers and removed delay

This commit is contained in:
2024-01-22 13:38:21 +00:00
parent 7c22310d46
commit fc426f478f
3 changed files with 11 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'
killall Dock

View File

@@ -0,0 +1,2 @@
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock