[openbox] Cycle through windows with mouse wheel

Tom Wizetek tom at wizetek.com
Tue Oct 2 01:38:42 EDT 2012


On Mon, Oct 1, 2012 at 10:35 PM, Dana Jansens <dana at orodu.net> wrote:
> Playing with it myself, I don't think it's possible in 3.5.0.. but I've got
> a patch where it is working now.

<action name="PreviousWindow">
works nicely
but
<action name="NextWindow">
only toggles between 2 ...or is it me?

--8<--
      <mousebind button="Up" action="Click">
        <action name="PreviousWindow">
          <dialog>none</dialog>
          <bar>yes</bar>
          <raise>yes</raise>
          <linear>no</linear>
          <interactive>no</interactive>
        </action>
      </mousebind>
      <mousebind button="Down" action="Click">
        <action name="NextWindow">
          <dialog>none</dialog>
          <bar>yes</bar>
          <raise>yes</raise>
          <linear>no</linear>
          <interactive>no</interactive>
        </action>
      </mousebind>
-->8--


More information about the openbox mailing list