Conditions (AnyScreen vs. specific screen)

Hi.
I’ve just got my second monitor and I’m now running a dual-head setup. Is it possible to focus applications by a condition matching a specific screen number, likeNext (CurrentPage, Screen 0, !iconic) FocusAll I’ve found in the man-pages is the “AnyScreen” condition and I’ve had no luck trying the code above.

/Allan

At the moment, no. Odd, since it’s a trivial patch to write, actually. You could try something indirect:

Next (CurrentPage, !CurrentScreen, !Iconic) FlipFocus

Note that I don’t have a dual-head setup, so I have no idea if that will work or not.

– Thomas Adam