1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Don't remove the spring loading delay

It's really annoying.
This commit is contained in:
Daniel Barber 2020-02-26 11:36:52 -05:00
parent 0a0df8efb6
commit fb54691a51
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -168,9 +168,6 @@ defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
# Enable spring loading for directories
defaults write NSGlobalDomain com.apple.springing.enabled -bool true
# Remove the spring loading delay for directories
defaults write NSGlobalDomain com.apple.springing.delay -float 0
# Avoid creating .DS_Store files on network or USB volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true