
2 Nov
2010
2 Nov
'10
12:55 a.m.
Comment #34 on issue 4 by vogt.adam: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 I see how TrackFloating is still unsatisfactory. Perhaps xmonad (and the modified layout) focus should be modified only when focus goes to tiled due to a window disappearing, and for crossing events: (CrossingEvent {ev_window=w, ev_event_type=t, ev_mode=m}) | t == enterNotify, m == notifyNormal = Modifying xmonad focus from a layout is tricky, since it's difficult to know that infinite loops of refreshing can not occur. Splitting it up as layout and eventHook may be simpler.