aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x/xsession.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index 99d7368d..df1860d4 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -33,6 +33,9 @@ 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
+
# Update browser, since .profile set this to a curses browser on login
# shellcheck disable=SC2034
BROWSER=x-www-browser