
On Mon, Jan 28, 2008 at 03:51:53PM +0200, Valery V. Vorotyntsev wrote:
According to [sporadically updated] xmonad config arghive, all three modules have their users:
# users module 1 XMonad.Layout.MultiToggle 4 XMonad.Layout.PerWorkspace 3 XMonad.Layout.ToggleLayouts [...]
Brent_Yorgey%27s_xmonad.hs: XMonad.Layout.ToggleLayouts XMonad.Layout.PerWorkspace vvv%27s_xmonad.hs: XMonad.Layout.PerWorkspace Ray%27s_xmonad.hs: XMonad.Layout.PerWorkspace Xilon%27s_xmonad.hs: XMonad.Layout.PerWorkspace skorpan%27s_xmonad.hs: XMonad.Layout.ToggleLayouts cce_xmonad.hs: XMonad.Layout.ToggleLayouts entropies_xmonad.hs: XMonad.Layout.MultiToggle
I did not say I'm not porting those modules, and I did not say those modules are not working anymore. I just said that, if you put a decorated layout, which decorates the first window too (not the case of tabbed), below those modifiers, those modifiers will not pass to the decorated layout the "emptyLayout" call, so the last decoration will not be removed. Tabbed works with those modifiers (because it does not decorate the first window). But SimpleFloat will not remove the last decoration when you close the last window: mod+shift+space will. Just to clarify. Cheers, Andrea