Skip to content

Commit

Permalink
Disabled mouse wheel dekstop switching
Browse files Browse the repository at this point in the history
  • Loading branch information
István Bozsó committed Jan 17, 2020
1 parent 9b44cab commit 0b1976d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/openbox/lxde-rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
<action name="FocusToBottom"/>
<action name="Unfocus"/>
</mousebind>
<!--
<mousebind button="A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand All @@ -477,6 +478,7 @@
<to>next</to>
</action>
</mousebind>
-->
<mousebind button="C-A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand Down Expand Up @@ -692,6 +694,7 @@
</mousebind>
</context>
<context name="Desktop">
<!--
<mousebind button="Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand All @@ -712,6 +715,7 @@
<to>next</to>
</action>
</mousebind>
-->
<mousebind button="C-A-Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
Expand Down

0 comments on commit 0b1976d

Please sign in to comment.