openox-config: add Super+l for locking

This commit is contained in:
Tobias Schmidl 2018-05-10 16:01:10 +02:00
parent 7809f78db6
commit c807753b20

5
rc.xml
View file

@ -342,6 +342,11 @@
<command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command> <command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-l">
<action name="Execute">
<command>slock</command>
</action>
</keybind>
</keyboard> </keyboard>
<mouse> <mouse>
<dragThreshold>1</dragThreshold> <dragThreshold>1</dragThreshold>