Robert Connolly <[email protected]> wrote: > Hello.
> I am having problems with xidle(1)... > This command does nothing.. xlock doesn't run after 5 seconds, or > minutes: > xidle -program "/usr/X11R6/bin/xlock" -timeout 5 > unless I put my mouse cursor in the NW corner. Works here $ uname -a OpenBSD oko.bagdala2.net 5.1 GENERIC.MP#188 i386 $ more .xsession #!/bin/sh xidle -program "/usr/X11R6/bin/xlock" -timeout 300 & xclock -geometry -0+0 & feh --bg-scale /home/predrag/.unix.jpg & exec cwm

