最終更新:2024-11-09 (土) 10:20:29 (29d)
defaults
Top / defaults
ユーザーデフォルトシステムへのアクセスを提供する
- defaults read? <domain> <key>
- defaults read-type? <domain> <key>
- defaults write <domain> <key> <value>
- defaults delete? <domain> <key> <value>
defaults [-currentHost | -host hostname] read [domain [key]] defaults [-currentHost | -host hostname] read-type domain key defaults [-currentHost | -host hostname] write domain { 'plist' | key 'value' } defaults [-currentHost | -host hostname] rename domain old_key new_key defaults [-currentHost | -host hostname] delete [domain [key]] defaults [-currentHost | -host hostname] { domains | find word | help }
.plist?
.DS_Store
defaults write com.apple.desktopservices DSDontWriteNetworkStore true
フルスクリーン
- http://osxdaily.com/2015/01/06/make-the-window-resizing-animation-speed-instant-in-mac-os-x/
defaults write -g NSWindowResizeTime -float 0.003 defaults delete -g NSWindowResizeTime