Re: Automatic console locking at system suspend

2014-05-07 Thread Abel Abraham Camarillo Ojeda
You could use tmux, run $ sleep 5; zzz; then detach from tmux and ^D to logout before system suspends. On Wed, May 7, 2014 at 8:44 PM, Alessandro DE LAURENZIS < just22@gmail.com> wrote: > Hi Tristan, > > No, I'm trying to lock the wscons, not an X session... > > Cheers > > On 7 May 2014 22:4

Re: Automatic console locking at system suspend

2014-05-07 Thread Alessandro DE LAURENZIS
Hi Tristan, No, I'm trying to lock the wscons, not an X session... Cheers On 7 May 2014 22:42:35 CEST, Tristan PILAT wrote: >> On Mon, Apr 21, 2014 at 4:51 PM, Alessandro DE LAURENZIS < >> just22@gmail.com> wrote: >> >> > Hello, >> > >> > I google-ed a lot, but it seems that there is no tri

Re: Automatic console locking at system suspend

2014-05-07 Thread Tristan PILAT
> On Mon, Apr 21, 2014 at 4:51 PM, Alessandro DE LAURENZIS < > just22@gmail.com> wrote: > > > Hello, > > > > I google-ed a lot, but it seems that there is no trivial solution to > > this point. > > > > I extensively use console (and tmux), ending up with a lot of > > simultaneously open shells;

Re: Automatic console locking at system suspend

2014-04-21 Thread Tomas Bodzar
On Mon, Apr 21, 2014 at 4:51 PM, Alessandro DE LAURENZIS < just22@gmail.com> wrote: > Hello, > > I google-ed a lot, but it seems that there is no trivial solution to > this point. > > I extensively use console (and tmux), ending up with a lot of > simultaneously open shells; I normally suspend

Re: Automatic console locking at system suspend

2014-04-21 Thread Alex Shupikov
Hello Try slock -- http://tools.suckless.org/slock/ 2014-04-22 1:51 GMT+11:00 Alessandro DE LAURENZIS : ... > Of course, any suitable alternatives would be welcome. -- //Alex

Re: Automatic console locking at system suspend

2014-04-21 Thread Ted Unangst
On Mon, Apr 21, 2014 at 16:51, Alessandro DE LAURENZIS wrote: > Hello, > > I google-ed a lot, but it seems that there is no trivial solution to > this point. > > I extensively use console (and tmux), ending up with a lot of > simultaneously open shells; I normally suspend my laptop when I leave,

Automatic console locking at system suspend

2014-04-21 Thread Alessandro DE LAURENZIS
Hello, I google-ed a lot, but it seems that there is no trivial solution to this point. I extensively use console (and tmux), ending up with a lot of simultaneously open shells; I normally suspend my laptop when I leave, so it would be a security enhancement to automatically lock all of them. Tr