aboutsummaryrefslogtreecommitdiff
path: root/.local/etc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-08-14 11:32:40 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:42 +0200
commit33ccad793a738751f7f834818223a65ae81c1f3b (patch)
treefb0215888f1fa5e437a734b9a360e365fc528d87 /.local/etc
parent56bf0b5fb3048e1065a00da66ffbb3d5b4b877c9 (diff)
Configure screenlock
Diffstat (limited to '.local/etc')
-rw-r--r--.local/etc/x/xinitrc7
1 files changed, 7 insertions, 0 deletions
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" &