[xmonad] Behaviour of window stack when closing a window
Sönke Hahn
shahn at cs.tu-berlin.de
Sun Dec 19 22:04:32 CET 2010
Adam Vogt wrote:
> This may not be the best way, but if I understand correctly, you can add
> a keybinding that runs this (instead of just `kill') to get what you're
> asking for:
>
> killUp :: X ()
> killUp = do { kill; windows XMonad.StackSet.focusUp }
Yes, that's better than any of my ideas, thanks. This still would behave
differently when an active window gets closed by other means (that is, not
by the xmonad-keybinding).
More information about the xmonad
mailing list