Re: [dev] slock for dual displays

2015-05-22 Thread Staven
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

[dev] slock for dual displays

2015-05-21 Thread Ted To
Hi, For my Toshiba L675 laptop connected to an external monitor, slock puts the external monitor to sleep but not the laptop display. Both slimlock and i3lock put both to sleep. Thanks, Ted