<div dir="ltr">For cycling through workspaces (in my setup with Win-PgUp/PgDown, you can achieve what you want using moveTo Prev HiddenWS and moveTo Next HiddenWS (defined in X.A.CycleWS).  For switching to workspaces, say 1..10, directly without messing with their assignment to monitors, XMonad has XMonad.StackSet.view.  With the behaviour you describe, I suspect that your workspace switching keys are bound to XMonad.StackSet.greedyView.  XMonad.StackSet.view simply focuses the requested workspace if it is already visible on some monitor and otherwise behaves the same as greedyView.<div><br></div><div>Cheers,</div><div>Norbert</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 22, 2016 at 7:09 PM, Eyal Erez <span dir="ltr"><<a href="mailto:oneself@gmail.com" target="_blank">oneself@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><pre>Hi,

I use xmonad with two monitors.  I love that I can switch workspaces
in each monitor independently.  I don't believe any other WM supports
this feature.  However, if a workspace is visible on one monitor and I
hit its number on another monitor, xmonad will swap the two
workspaces.

For example:

*focus
mon  A   B
SW  [1] [2]*

If I hit M-1, I get

*focus
mon  A   B
ws  [2] [1]*

I was hoping that there's a way to change this behavior.  I would like
xmonad to either not do anything in this case or better yet, switch
the focus on the other monitor without swapping workspaces.

Thank you,

-- 
There are 10 types of people, those who know binary and those who don't.






</pre></div><span class="HOEnZb"><font color="#888888">
</font></span><br>______________________________<wbr>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/xmonad</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Norbert Zeh<div>Professor and Canada Research Chair</div><div>Faculty of Computer Science, <span style="font-size:12.8px">Dalhousie University</span></div><div>E: <a href="mailto:nzeh@cs.dal.ca" target="_blank">nzeh@cs.dal.ca</a> - T: +1-<span style="font-size:12.8px">902-494-3154 - F:</span><span style="font-size:12.8px"> +1-902-492-1517</span></div></div></div></div></div>
</div>