X.L.MouseResizableTile DraggerType=BordersDragger doesn't have any effect

Here is my xmonad.hs file: http://hpaste.org/54715
From my understanding
tiled = mouseResizableTile { draggerType = BordersDragger } Should disable the borders. It doesn't have any effect, otherwise, xmonad and X.L.MouseResizableTile perform as they should. Is it my fault or is it a bug? Thanks, -- Aram Hăvărneanu

Here is my xmonad.hs file: http://hpaste.org/54715 [...] draggerType = BordersDragger doesn't have any effect [...]
Sorry for the noise, it works fine, you just need to restart xmonad instead of simply doing Mod-q. Thanks, -- Aram Hăvărneanu

For future reference, if mod+q doesn't reset your layouts properly,
mod+shift+space will. xmonad does its best to preserve state (like
which workspaces windows appear on) across restarts, and that state
includes which layouts are active.
~d
Quoting Aram H?v?rneanu
Here is my xmonad.hs file: http://hpaste.org/54715 [...] draggerType = BordersDragger doesn't have any effect [...]
Sorry for the noise, it works fine, you just need to restart xmonad instead of simply doing Mod-q.
Thanks,
-- Aram H?v?rneanu
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (2)
-
Aram Hăvărneanu
-
wagnerdm@seas.upenn.edu