
9 May
2008
9 May
'08
6:48 p.m.
l.mai:
Fri May 9 22:57:43 CEST 2008 Lukas Mai
* 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