Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seungjin/7f5118d3b3e8249c42d902eb04d5a5f1 to your computer and use it in GitHub Desktop.
Save seungjin/7f5118d3b3e8249c42d902eb04d5a5f1 to your computer and use it in GitHub Desktop.
LXQT, Disable how using the scrollwheel on the switches to the next Desktop
Disable how using the scrollwheel on the switches to the next Desktop
Source: https://help.ubuntu.com/community/Lubuntu/Mouse#Disable_how_using_the_scrollwheel_on_the_switches_to_the_next_Desktop
Before restarting openbox with this command: openbox --reconfigure
Edit ~/.config/openbox/lubuntu-rc.xml and remove these lines:
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment