[dev] [dwm] switch tag with mouse wheel on root

2010-12-21 Thread David Demelier
Hello dear dwm users, I was just wondering how could I switch to the next or previous tag by using the mouse wheel on root window. I think I must add the following : { ClkRootWin,MODKEY, Button4, ?? } { ClkRootWin,MODKEY, Button5, ?? } But I don't

Re: [dev] Re: [wmii] Is it possible *not* to select a category of spawned clients?

2010-12-21 Thread Christophe-Marie Duquesne
I would personally be glad to have this feature. It could be cool to be able to specify that as a rule, like: wmiir write /rules ! /^Uzbl:/ select=off ! Or something like that (the concepts of selecting and focusing could also be kept separated, as in awesome, but I personally don't see any

Re: [dev] [dwm] switch tag with mouse wheel on root

2010-12-21 Thread David Demelier
On 21/12/2010 14:14, Rob wrote: dwm doesn't have this by default, because dwm doesn't have a current tag, since you can have many activated. Here's what I do [attached]. It's taken and modified from a ML post I saw a good while back. Rob. Absolutely great! Thanks, this little piece of code