Like gnome Control + alt + L
In Lxde how can i do that? What I have to intall to do this?
thanks
--searching for a solution on my own but...
ok if I do alt+f2 and type xscreensaver-command -lock that's a small solution. tryed to do an small script but it's not working..
this is what I do
vi lock.sh
#!/bin/bash
xscreensaver-command -lock
exit 0
chmod +x lock.sh
but this doesnt work.. ideas?
openbox --reconfigure
in terminal for changes to take effect. This is GNU/Linux we're talking about—logout/login is superfluous. – Richard Feb 27 '12 at 18:17$HOME
=/root
for yourrc
file, but your real user. – Timo Dec 09 '17 at 08:35openbox --restart
to get it done. – Timo Dec 09 '17 at 08:36</keyboard>
-- that's really important tip. Thanks! – Kedar Mhaswade Apr 12 '21 at 06:38