diff options
author | David Runge <dave@sleepmap.de> | 2017-11-04 16:45:11 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-11-04 16:45:11 +0100 |
commit | a8c4c0505d44c771b78e879ea399761ebfd23110 (patch) | |
tree | 5e7a6bb35ddca6b7a2c11e4cec4bf2e64bf66446 /.xprofile | |
parent | 0a388b75837404a1743eb5feeb92348eb34500d7 (diff) | |
download | dotfiles-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-- | .xprofile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |