[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
1 changed files with 13 additions and 4 deletions

View File

@ -308,9 +308,9 @@
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>Konsole</name>
<name>Terminal</name>
</startupnotify>
<command>konsole</command>
<command>gnome-terminal</command>
</action>
</keybind>
<keybind key="XF86AudioRaiseVolume">
@ -323,6 +323,15 @@
<execute>amixer set Master 5- unmute</execute>
</action>
</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>
<mouse>
<dragThreshold>8</dragThreshold>
@ -757,8 +766,8 @@
# end of the example
-->
<application class="gnome-terminal*">
<application class="gnome-terminal*">
<decor>no</decor>
</application>
</application>
</applications>
</openbox_config>