<div dir="ltr">No the windows are in the same layer and not floating. They are tiled, but just split the screen in half top and bottom in the right half of the screen (I'm using the default Tall layout).<div><br></div><div>Xprompt would be okay, but I was hoping someone might know about how to come up with a StackSet hack similar to the code in my first post that would work, or be able to point out what was wrong with it.</div><div><br></div><div>I'm a little surprised that there's no module that supports this already...</div><div><br></div><div>Thanks for your help so far though!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 23, 2017 at 3:03 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:sua@uchicago.edu">sua@uchicago.edu</a>> writes:<br>
> Correct me if I am wrong, but it looks to me like the windowGo function<br>
> accepts also a directional input.<br>
><br>
> I think I've tried that module, but whenever I have the case that I have a<br>
> window to the left, then windows stacked on top of each other, then another<br>
> window on the next screen over, just binding Alt-Tab to windowGo L for<br>
> instance skips certain windows in the cycle, in this case the window on the<br>
> first screen that is stacked under another.<br>
<br>
</span>Correct.  `windowGo` won't help you if you have windows stacked on top<br>
of one another.  Assuming you are talking about floating layers, you'd<br>
have to use something like `switchLayer` first before `windowGo`.<br>
<br>
Another thing to consider as an alternative is:<br>
<br>
  <a href="https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Prompt-Window.html" rel="noreferrer" target="_blank">https://hackage.haskell.org/<wbr>package/xmonad-contrib-0.13/<wbr>docs/XMonad-Prompt-Window.html</a><br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Peter Jones, Founder, Devalot.com<br>
Defending the honor of good code<br>
<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>