[openbox] binding for locking screen
This commit is contained in:
parent
0d60926412
commit
69d3f1c87f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user