aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x/xsession.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index df1860d4..5d07ef18 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -33,8 +33,8 @@ setxkbmap \
# Set fast mouse acceleration with a natural threshold
xset mouse 5/2 0 &
-# Disable power management; my lock script turns them off
-xset -dpms
+# Disable screen saver and power management; my lock script handles this
+xset s off -dpms
# Update browser, since .profile set this to a curses browser on login
# shellcheck disable=SC2034