--- 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 &