aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/awesome/dpms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/dpms.sh b/.config/awesome/dpms.sh
index 192c002..51e732d 100755
--- a/.config/awesome/dpms.sh
+++ b/.config/awesome/dpms.sh
@@ -5,7 +5,7 @@ if command -v xset > /dev/null; then
# Place all DPMS settings that you want
# to run on awesome-wm startup below:
xset +dpms
- xset s 10
+ xset s off
else
notify-send "Error: DPMS command not found."
fi