<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" data-smartmail="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>