Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 13424  / 2 Years ago, thu, december 30, 2021, 6:26:13

I still want to keep my multiple desktops, I want to disable switching desktops with the mouse.


More From » 11.04

 Answers
0
cd ~/.config/openbox
cp lubuntu-rc.xml lubuntu-rc.xml.bak


(this makes a backup file so that when you think you've messed it up you could revert it back.)



leafpad lubuntu-rc.xml


and delete the lines which says;



<mousebind button="UP" action="click">
<action name="DesktopPrevious" />
<mousebind button="Down" action="click">
<action name="DesktopNext" />


Log out and Log in back again to see the changes!



if you've messed it up and want to revert it back;



cp lubuntu-rc.xml.bak lubuntu-rc.xml


Answer quoted from Lubuntu docs


[#44593] Thursday, December 30, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ightrushi

Total Points: 129
Total Questions: 125
Total Answers: 127

Location: French Southern and Antarctic Lands
Member since Fri, Jan 6, 2023
1 Year ago
;