From b8fbd682f375f9bedbab053b8f45efef929084f3 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 21 Sep 2011 21:57:03 +0300 Subject: =?UTF-8?q?Require=20password=20immediately=20after=20sleep=20or?= =?UTF-8?q?=20screen=20saver=20begins.=20(Can=20also=20be=20set=20via=20Sy?= =?UTF-8?q?stem=20Preferences=20=E2=86=92=20Security=20&=20Privacy=20?= =?UTF-8?q?=E2=86=92=20General.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.osx b/.osx index c701721..df98046 100755 --- a/.osx +++ b/.osx @@ -67,6 +67,10 @@ defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 # Avoid creating .DS_Store files on network volumes defaults write com.apple.desktopservices DSDontWriteNetworkStores -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 + # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 -- cgit v1.2.3