leafpad ~/.config/openbox/lubuntu-rc.xml
Find a spot where you see a lot of "keybind" words. Directly after a </keybind >, paste the following block:
<keybind key="C-A-L">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
It should look similar to this:
Again, in the terminal, type
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
openbox --reconfigure
for changes to take effect.Source: r/Lubuntu
0 comments:
Post a Comment