From daac18fe95f99c057d627bbacbd14e9d9392f80e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 4 Jan 2015 14:41:55 -0500 Subject: [PATCH] lock the screen after 5 minutes --- x/.xinitrc | 1 + 1 file changed, 1 insertion(+) diff --git a/x/.xinitrc b/x/.xinitrc index 169a707..d0b6c3a 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -36,6 +36,7 @@ synclient HorizScrollDelta=-237 # screen powersave xset +dpms xset dpms 0 0 300 +xautolock -time 5 -locker i3lock-wrapper & # exec gnome-session # exec startkde -- 2.20.1