
19 Dec
2010
19 Dec
'10
4:04 p.m.
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).