Hi,

I am using 5.9 with xfce and I have realised that when I am away from
the laptop, xlock is launched.

Then I am prompted twice for the password and one more time for slock,
which I installed.

I am using

cat /etc/apm/suspend
#!/bin/sh
pkill -USR1 xidle


And

cat /home/pau/.xsession
xmodmap -e "keycode 22 = BackSpace BackSpace BackSpace BackSpace
BackSpace BackSpace"
pkill xidle
xidle -delay 5 -sw -program "/usr/local/bin/slock" -timeout 3600 &
#xidle -delay 5 -sw -program "/usr/X11R6/bin/xlock -mode blank" -timeout 3600 &
exec startxfce4

I have commented out xlock because I somehow prefer a bit more slock.

But why is xlock launched and why two times? And why is slock launched as well?

I prefer to lock the screen by myself.

Thanks,

Pau
_______________________________________________
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies

Reply via email to