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