[openbox]shortcut to reload configuration
This commit is contained in:
parent
c191e2720f
commit
5a8c497bac
@ -232,6 +232,9 @@
|
||||
<desktop>4</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-F12">
|
||||
<action name="Reconfigure"/>
|
||||
</keybind>
|
||||
<keybind key="W-d">
|
||||
<action name="ToggleShowDesktop"/>
|
||||
</keybind>
|
||||
@ -320,12 +323,12 @@
|
||||
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<execute>amixer -c1 set Master 5+ unmute</execute>
|
||||
<execute>amixer -c0 set Master 5+ unmute</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86AudioLowerVolume">
|
||||
<action name="Execute">
|
||||
<execute>amixer -c1 set Master 5- unmute</execute>
|
||||
<execute>amixer -c0 set Master 5- unmute</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-l">
|
||||
|
Loading…
Reference in New Issue
Block a user