
1 Oct
2012
1 Oct
'12
10:01 a.m.
Comment #37 on issue 4 by byor...@gmail.com: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 It is not this simple. There is not a simple variable that tracks which window is focused. The focus is implicit in the way the StackSet data structure is organized. That's why this ticket has languished so long --- implementing it would really require a quite invasive restructuring of xmonad's core data structures.