Comment 6 for bug 1286686

Revision history for this message
Lyn Perrine (walterorlin) wrote : Re: Lock screen shortcut is not working

also running the command lxsession-default lock
prints
lock

Launching lock manager

but the screen does not lock

A possible workaround for getting a locked screen on control alt l is to make the keybinding in ~/.config/openbox

  <!-- Lock the screen on Ctrl + Alt + l-->
    <keybind key="C-A-l">
      <action name="Execute">
        <command>lxlock </command>
      </action>
    </keybind>
Will hardcode lxlock into the keybinding.