From 311a1d89e0c951371a22d19b9bb81aae6f195c77 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 30 Oct 2018 15:02:46 -0500 Subject: [PATCH] Concession: Turn off X screen blanking --- .config/concession/tasks/20_xset.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/concession/tasks/20_xset.sh b/.config/concession/tasks/20_xset.sh index ca6ac8b0..50d03412 100755 --- a/.config/concession/tasks/20_xset.sh +++ b/.config/concession/tasks/20_xset.sh @@ -8,4 +8,6 @@ tsk_log "Disabling bell" xset -b +tsk_log "Disabling screen blanking" +xset s off