From d1e4bc0ac361de5adc596f88ff3f25c0c2c57215 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 16 Oct 2020 18:21:13 +0200 Subject: [PATCH] xinitrc: autolock screen after 5 minutes of inactivity --- xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xinitrc b/xinitrc index ab6f7f9..e8c0eb9 100755 --- a/xinitrc +++ b/xinitrc @@ -21,6 +21,9 @@ fi # autolock on suspend xss-lock -- i3lock --nofork & +# autolock after 5 minutes of inactivity +xset s 300 + # set background feh --randomize --bg-fill ~/misc/wallpapers