aboutsummaryrefslogtreecommitdiff
path: root/x/xsession.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-13 19:09:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-13 19:09:38 +1200
commit4870a60b864bef1612a4abfdacf09275326694c0 (patch)
tree50e87bb2af3d13ede9b14f7ca06eaf774ba3603c /x/xsession.sh
parentRemove loading ~/.xprofile.d scripts (diff)
downloaddotfiles-4870a60b864bef1612a4abfdacf09275326694c0.tar.gz
dotfiles-4870a60b864bef1612a4abfdacf09275326694c0.zip
Adjust power management settings
It's more practical to keep DPMS enabled and to adjust its timeouts or use the `force` subcommand in `xset`.
Diffstat (limited to 'x/xsession.sh')
-rw-r--r--x/xsession.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index 0fa4ad59..6b298048 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -20,13 +20,13 @@ xargs xwallpaper \
# Set a few X user preferences:
#
# - No bell
-# - No power management
+# - Power management on, but start with no timeouts
# - Quick curved mouse acceleration
# - No screen saver
#
xset \
b off \
- -dpms \
+ dpms 0 0 0 \
mouse 5/2 0 \
s off