You are not logged in.

#1 2011-03-06 19:05:29

thedude85
Member
From: Berlin
Registered: 2011-02-24
Posts: 16

Disable switching desktop OpenBox with mouse wheel

How do i disable the option of switching desktops (1st and 2nd desktop) with the mouse wheel or the wheel in the touchpad? (using OpenBox with touchpad synaptics)


Grid

Offline

#2 2011-03-06 19:09:36

thedude85
Member
From: Berlin
Registered: 2011-02-24
Posts: 16

Re: Disable switching desktop OpenBox with mouse wheel

Just removing the other desktop solve my problem... there is another way to have different desktop and don't change between them whit the scroll wheel or the touchpad wheel?


Grid

Offline

#3 2011-03-06 19:21:24

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: Disable switching desktop OpenBox with mouse wheel

remove this code from your rc.xml

    <mousebind button="Up" action="Click">
      <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
      <action name="DesktopNext"/>
    </mousebind>

PS: don't forget to backup first.

Offline

Board footer

Powered by FluxBB