[xmonad] darcs patch: XMonad.Core: new layoutMirrored flag
Don Stewart
dons at galois.com
Fri May 9 18:48:30 EDT 2008
l.mai:
> Fri May 9 22:57:43 CEST 2008 Lukas Mai <l.mai at web.de>
> * XMonad.Core: new layoutMirrored flag
>
> This patch adds a new flag to 'XConf': 'layoutMirrored'. It indicates whether
> we're inside a layout that swaps the X and Y axes. It defaults to 'False', and
> 'Mirror' toggles it. 'XMonad.Operations.mkAdjust' reads it in order to apply
> size hints correctly. This change should make the Tall/Wide distinction in
> HintedTile redundant, because Mirror (HintedTile ...) works now, using
> mirrored size hints where appropriate.
>
Thanks for looking into this!
I would very much like to avoid a special case global for this though --
is there some other way?
-- Don
More information about the xmonad
mailing list