I've had to set set the standby timeout before starting slock. This is the script I use.
#! /bin/sh
xset dpms 10 0 0
/usr/local/bin/slock
xset s off
xset -dpms
I've had to set set the standby timeout before starting slock. This is the script I use.
#! /bin/sh
xset dpms 10 0 0
/usr/local/bin/slock
xset s off
xset -dpms