10 May
2008
10 May
'08
5:06 a.m.
Fri May 9 22:57:43 CEST 2008 Lukas Mai <l.mai@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.