From 100c16e1612e14dbbfe3d81f1e9778de4e5c0434 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 19 Aug 2019 16:31:19 +0200 Subject: [PATCH] Prevent screen blanking Signed-off-by: Severin Kaderli --- system/.config/X11/xsetup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/.config/X11/xsetup b/system/.config/X11/xsetup index e46fec2..230a526 100644 --- a/system/.config/X11/xsetup +++ b/system/.config/X11/xsetup @@ -12,9 +12,8 @@ # # USAGE: # This script is sourced by both .xinitrc and .xprofile -xset s off -xset s noblank -xset -dpms +# Disable DPMS and prevent screen from blanking +xset s off -dpms # Set keyboard layout setxkbmap -model pc105 -layout ch