From 33ccad793a738751f7f834818223a65ae81c1f3b Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 14 Aug 2020 11:32:40 +0200 Subject: Configure screenlock --- .local/etc/x/xinitrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.local') diff --git a/.local/etc/x/xinitrc b/.local/etc/x/xinitrc index 77edd40..107fb46 100644 --- a/.local/etc/x/xinitrc +++ b/.local/etc/x/xinitrc @@ -38,5 +38,12 @@ redshift -l 51.50:4.59 & dunst & sxhkd & +# Turn off any screen blanking features +xset s off +xset -dpms + +# Set up a screenlock +xss-lock -- physlock -d & + # Start x11vnc x11vnc -display "$DISPLAY" & -- cgit v1.1