On Fri, Nov 22, 2019, Unicorn wrote:

> Still would like to know how to turn the display off, have not figured
> that out yet ;)

man xset

Not sure if this is what you want (yes, it's ugly):

#!/bin/sh
if test $# -ge 1
then
  TO=$1
else
  TO=300
fi
xset s $TO
xset s blank
if test $# -lt 1
then
xset dpms 500 660 900
fi

-- 
Address is valid for this mailing list only.

Reply via email to