Re: mouse jumping to first tab

M Rawash <[email protected]> Thu, 11 Feb 2010 21:23:43 +0200
Newsgroups gmane.comp.window-managers.ion.general
Message-ID <1265916223.4006.121.camel@localhost>
On Thu, 2010-02-11 at 17:55 +0100, Ole Jørgen Brønner wrote:
> Try changing the
>     mclick("Button1@tab", "WFrame.p_switch_tab(_)")
> to
>     mclick("Button1@tab", "ioncore.set({warp=false} WFrame.p_switch_tab(_) ioncore.set({warp=true}")
> 
> On Wed, 10 Feb 2010 23:21:01 +0100, M Rawash <[email protected]> wrote:
> 
> > hi, i make use of nested (WTiling) workspaces alot, but whenever i
> > switch to a workspace using the mouse (either by clicking or using the
> > mousewheel) the cursor jumps to the first 'tab' in that workspace, this
> > is extremely annoying (especially in the mouseweel case), how do i stop
> > this behaviour?
> >
> > thank you,
> > M Rawash
> >

ah, yes, i just changed ioncore.set 'warp' to 'false' globally, didn't
know that is what it meant (guess i should have RTFM), thank you :)