In my case, solving it was quite easy:
First install lxlock and light-locker, you might already have them:
sudo apt-get install lxlock light-locker
Then edit ~/
  <!-- Lock the screen on W + L-->  
  <keybind key="W-L">  
   <action name="Execute">  
    <command>lxlock</command>  
   </action>  
 </keybind>  
Finally restart openbox:
openbox --restart
 
No comments:
Post a Comment
With great power comes great responsibility