Last active
March 11, 2016 12:27
-
-
Save 0xlitf/fe79182ed2c7ed4e8b52 to your computer and use it in GitHub Desktop.
mac增加空白图标
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 添加空白分割区域到 Dock | |
| defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock | |
| 添加「最近使用」堆栈到 Dock | |
| defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile";}'; killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment