Comment 2 for bug 1204052

Revision history for this message
Jonas Zoner (jonaszoner) wrote :

After a little research I was able to fix this myself:
<!-- Lock the screen on Ctrl + Alt + l-->
    <keybind key="C-A-l">
      <action name="Execute">
        <command>lxlock</command>
      </action>
    </keybind>