Skip to content

Instantly share code, notes, and snippets.

@0xlitf
Last active March 11, 2016 12:27
Show Gist options
  • Save 0xlitf/fe79182ed2c7ed4e8b52 to your computer and use it in GitHub Desktop.
Save 0xlitf/fe79182ed2c7ed4e8b52 to your computer and use it in GitHub Desktop.
mac增加空白图标
添加空白分割区域到 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