<div dir="ltr">Correct me if I am wrong, but it looks to me like the windowGo function accepts also a directional input.<div><br></div><div>I think I've tried that module, but whenever I have the case that I have a window to the left, then windows stacked on top of each other, then another window on the next screen over, just binding Alt-Tab to windowGo L for instance skips certain windows in the cycle, in this case the window on the first screen that is stacked under another.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 23, 2017 at 2:23 PM, Peter Jones <span dir="ltr"><<a href="mailto:mlists@pmade.com" target="_blank">mlists@pmade.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Alex Su <<a href="mailto:alexsu04@gmail.com">alexsu04@gmail.com</a>> writes:<br>
> Thanks for the response!<br>
><br>
> Cycling through workspaces and then cycling focus isn't exactly what I was<br>
> looking for, neither is GridSelect. Ideally, the behavior would be just be<br>
> to move the currently focused window to the next window on any visible<br>
> screen and cycle through (changing workspaces as necessary), whereas right<br>
> now Alt-Tab is limited to cycling focus through windows on the focused<br>
> workspace. There wouldn't be any screen swapping, just basically being able<br>
> to Alt-Tab across the two physical screens that I have.<br>
<br>
<br>
</span>I think you want to bind Alt-Tab to `windowGo` from<br>
XMonad.Actions.Navigation2D:<br>
<br>
  <a href="https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Actions-Navigation2D.html" rel="noreferrer" target="_blank">https://hackage.haskell.org/<wbr>package/xmonad-contrib-0.13/<wbr>docs/XMonad-Actions-<wbr>Navigation2D.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Peter Jones, Founder, Devalot.com<br>
Defending the honor of good code<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>