aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-23 21:01:47 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-23 21:01:47 +0300
commit51fba19bb448fe28b4d0d983df790cabda28be45 (patch)
tree92de17b6256b0743c780455fd17c874fac6c2417 /.osx
parent83adc5504c993d813b8a7dd3ba3331bc06bdb61f (diff)
downloaddotfiles-51fba19bb448fe28b4d0d983df790cabda28be45.tar.gz
dotfiles-51fba19bb448fe28b4d0d983df790cabda28be45.tar.bz2
dotfiles-51fba19bb448fe28b4d0d983df790cabda28be45.zip
Empty Trash securely by default.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 8e0b31f..417d8de 100755
--- a/.osx
+++ b/.osx
@@ -83,6 +83,9 @@ defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
# Avoid creating .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
+# Empty Trash securely by default
+defaults write com.apple.finder EmptyTrashSecurely -bool true
+
# Require password immediately after sleep or screen saver begins
defaults write com.apple.screensaver askForPassword -int 1
defaults write com.apple.screensaver askForPasswordDelay -int 0