
On Sat, Oct 31, 2009 at 11:11:50PM +0100, Daniel Schoepe wrote:
On Sat, Oct 31, 2009 at 11:02:25PM +0100, Jan Vornberger wrote:
One other thing that is still missing, is a way to remove information about windows from the PositionStore, once a window is closed. I will look into that as well.
One possible way to do this would be to check periodically in the logHook although that would come with a certain performance overhead(Probably negligible though, since the number of windows involved wouldn't be that large and it would only occur on focus changes or similar events).
My thoughts as well. In another thread [1], Adam mentioned that it might be possible to listen for DestroyWindowEvent using handleEventHook. So I'll try that as well, which would be a better solution, I think. Jan [1] http://thread.gmane.org/gmane.comp.lang.haskell.xmonad/8400