To enable screen lock using keystrokes on LXDE, edit the ~/.config/openbox/lxde-rc.xml file and put in the following:
<keybind key="C-A-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
Log off and on and you will be able to lock the screen with Ctrl-Alt-L
1 comment:
Thank you so much. A newbie and a convert to LXDE here. First thing I was looking for was locking desktop and I wonder why the creators havent thought about it.
Post a Comment