Skip to content

Commit

Permalink
Added sound control settings
Browse files Browse the repository at this point in the history
  • Loading branch information
István Bozsó committed Jan 19, 2020
1 parent 0b1976d commit 554b6af
Showing 1 changed file with 10 additions and 46 deletions.
56 changes: 10 additions & 46 deletions configs/openbox/lxde-rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,16 @@
</action>
</keybind>
<!-- Keybindings for running applications -->
<keybind key="W-Prior">
<action name="Execute">
<command>amixer -D pulse sset Master 2.5%+</command>
</action>
</keybind>
<keybind key="W-Next">
<action name="Execute">
<command>amixer -D pulse sset Master 2.5%-</command>
</action>
</keybind>
<keybind key="W-e">
<action name="Execute">
<startupnotify>
Expand Down Expand Up @@ -467,18 +477,6 @@
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</mousebind>
<!--
<mousebind button="A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind button="A-Down" action="Click">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
-->
<mousebind button="C-A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand All @@ -489,18 +487,6 @@
<to>next</to>
</action>
</mousebind>
<!--
<mousebind button="A-S-Up" action="Click">
<action name="SendToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind button="A-S-Down" action="Click">
<action name="SendToDesktop">
<to>next</to>
</action>
</mousebind>
-->
</context>
<context name="Titlebar">
<mousebind button="Left" action="Drag">
Expand Down Expand Up @@ -694,28 +680,6 @@
</mousebind>
</context>
<context name="Desktop">
<!--
<mousebind button="Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind button="Down" action="Click">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
<mousebind button="A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind button="A-Down" action="Click">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
-->
<mousebind button="C-A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand Down

0 comments on commit 554b6af

Please sign in to comment.