[openbox] binding for locking screen

This commit is contained in:
Mathieu Maret 2014-02-20 15:18:40 +01:00 committed by Mathieu Maret
parent 0d60926412
commit 69d3f1c87f

View File

@ -308,9 +308,9 @@
<action name="Execute"> <action name="Execute">
<startupnotify> <startupnotify>
<enabled>true</enabled> <enabled>true</enabled>
<name>Konsole</name> <name>Terminal</name>
</startupnotify> </startupnotify>
<command>konsole</command> <command>gnome-terminal</command>
</action> </action>
</keybind> </keybind>
<keybind key="XF86AudioRaiseVolume"> <keybind key="XF86AudioRaiseVolume">
@ -323,6 +323,15 @@
<execute>amixer set Master 5- unmute</execute> <execute>amixer set Master 5- unmute</execute>
</action> </action>
</keybind> </keybind>
<keybind key="C-A-l">
<startupnotify>
<enabled>false</enabled>
<name>Lock Screen</name>
</startupnotify>
<action name="Execute">
<execute>gnome-screensaver-command -l</execute>
</action>
</keybind>
</keyboard> </keyboard>
<mouse> <mouse>
<dragThreshold>8</dragThreshold> <dragThreshold>8</dragThreshold>