
8 Sep
2009
8 Sep
'09
7:45 a.m.
massimo.gengarelli:
Hi everyone, I'm quite new to XMonad and haskell itself, so I really don't know if it's a problem of my configuration file or it's the default behaviour of XMonad. Everytime I make a window floating, the tiled windows in background swap between themselves, without any reason or fixed rule. If I replace them in the order I want, they re-swap as soon as I move/resize the floated window. I'm using Linux Gentoo and XMonad 0.8.1. Thanks in advance.
It's a consequence of the single focus model of tiling, with a fullscreen background. See bug 4. -- Donn