fix dpms

Wed, 22 Feb 2017 20:22:38 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 22 Feb 2017 20:22:38 -0500
changeset 523
978cc7613a13
parent 522
35a55312d21d
child 524
d559496f6ef3

fix dpms

.Xdefaults file | annotate | diff | comparison | revisions
.xsessionrc file | annotate | diff | comparison | revisions
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -1,6 +1,6 @@
 
 Xautolock.time: 5
-Xautolock.locker: /usr/bin/i3lock -nde -c 101010
+Xautolock.locker: /usr/bin/i3lock -ne -c 101010
 Xautolock.corners: 0+00
 Xautolock.cornerredelay: 10
 
--- a/.xsessionrc
+++ b/.xsessionrc
@@ -29,7 +29,7 @@ fi
 if [ "$VIRT" = "yes" ]; then
   xset b off -dpms s off
 else
-  xset b off s 6 dpms standby 6
+  xset b off s 300 dpms 360
   xautolock -detectsleep &
   pulseaudio --daemonize
   nm-applet >/dev/null 2>&1 </dev/null &

mercurial