~/.config/openbox/lxde-rc.xml
Find the "<keyboard>" section and add the following:
<keybind key="C-A-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
~/.config/openbox/lxde-rc.xml
<keybind key="C-A-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
3 comments:
Exactly the same problem I found with Mint LXDE. Your solution works great, thanks! -A
I second that. Thanks
hi guys ! yes, works fine but a found a little problem... when the system locks by time, this conflicts with the above and we need to enter the password twice... any tips ?
Post a Comment