<div dir="ltr">You may want XMonad.Layout.BoringWindows.boringAuto.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Dec 16, 2024 at 4:56 AM Eyal Erez <<a href="mailto:oneself@gmail.com">oneself@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I currently use the following commands to hide windows temporarily:</div><div><br></div>    , ((modMask .|. shiftMask, xK_y     ), withLastMinimized maximizeWindowAndFocus)<br>    , ((controlMask .|. shiftMask, xK_y ), withFocused minimizeWindow)<br><div><br clear="all"></div><div>Unfortunately, when I switch focus from window to window, focus still moves to the minimized windows. Meaning that I need to switch through several invisible windows to get to the visible ones.</div><div><br></div><div>    -- Move focus to the next window<br>    , ((modMask,               xK_k     ), windows W.focusDown)<br>    -- Move focus to the previous window<br>    , ((modMask,               xK_j     ), windows W.focusUp)<br></div><div><br></div><div>Is there a way to modify this so that it skips minimized windows?</div><div><br></div><div>Thank you,</div><span class="gmail_signature_prefix">--</span><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div><font face="'courier new', monospace">There are 10 types of people, those who know binary and those who don't.</font></div></div><div><font face="'courier new', monospace"><br></font></div></div></div></div>
_______________________________________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">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-bin/mailman/listinfo/xmonad</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>