Stop polluting USB devices

This commit is contained in:
Loic Nageleisen 2021-07-06 15:00:24 +02:00
parent 99333e5d72
commit d52e1d1f82
Signed by: lloeki
GPG key ID: 971B4D9F125CD31E

1
osx
View file

@ -30,6 +30,7 @@ defaults write -g NSWindowResizeTime -float 0.003
# stop polluting network shares # stop polluting network shares
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
# disable mail animations # disable mail animations
defaults write com.apple.Mail DisableReplyAnimations -bool true defaults write com.apple.Mail DisableReplyAnimations -bool true