aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-11-04 16:45:11 +0100
committerDavid Runge <dave@sleepmap.de>2017-11-04 16:45:11 +0100
commita8c4c0505d44c771b78e879ea399761ebfd23110 (patch)
tree5e7a6bb35ddca6b7a2c11e4cec4bf2e64bf66446 /.xprofile
parent0a388b75837404a1743eb5feeb92348eb34500d7 (diff)
downloaddotfiles-a8c4c0505d44c771b78e879ea399761ebfd23110.tar.gz
dotfiles-a8c4c0505d44c771b78e879ea399761ebfd23110.tar.bz2
dotfiles-a8c4c0505d44c771b78e879ea399761ebfd23110.tar.xz
dotfiles-a8c4c0505d44c771b78e879ea399761ebfd23110.zip
.xprofile: Instead of disabling DPMS, setting all timers to 0.
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index c618e2b..d8fd32b 100644
--- a/.xprofile
+++ b/.xprofile
@@ -15,7 +15,8 @@ if [ -x /usr/bin/xset ]; then
# disable bell
xset -b
# disable screensaver and dpms
- xset s off -dpms
+ xset s off
+ xset dpms 0 0 0
fi
# start lxpolkit to have polkit authentication