From: Simon Ruderich Date: Fri, 27 Dec 2013 16:51:58 +0000 (+0100) Subject: screenrc: Disable auto-lock. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=37ae4aa screenrc: Disable auto-lock. Now handled by shell/rc in a better way. --- diff --git a/screenrc.in b/screenrc.in index 4d292d0..20ae3b5 100644 --- a/screenrc.in +++ b/screenrc.in @@ -24,7 +24,7 @@ # Automatically lock the screen after 10 minutes of inactivity if running as # root. -idle 600 lockscreen # (ROOT) +#idle 600 lockscreen # handled by setup script # Don't display startup message. startup_message off