答案1
您可以使用{"tile-type"="small-spacer-tile";}
:
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}' && killall Dock
这里,“小间隔瓷砖”与“间隔瓷砖”:
答案2
这是我的收藏,希望它能有所帮助,老实说,每边都有一个垫片。它在苹果文档中。
(1)左侧垫块(主码头区域)
(选择您想要的尺寸)
(大间隔)
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
(小垫片)
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="small-spacer-tile";}'
killall Dock
(2)右侧隔板(文件夹和垃圾桶所在的区域)
(选择您想要的尺寸)
(大间隔)
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
(小垫片)
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="small-spacer-tile";}'
killall Dock
(3)拆除码头分隔板:
按航站楼:
defaults delete com.apple.dock persistent-apps
defaults delete com.apple.dock persistent-others
killall Dock
通过单击并拖动
…. 或者直接将其从 Dock 拖出即可
(4)链接和奖励码头秘密
基础文章: https://davidwalsh.name/dock-dividers
更多码头秘密请点击这里: https://www.intego.com/mac-security-blog/unlock-the-macos-docks-hidden-secrets-in-terminal/