Created
May 27, 2019 21:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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