aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2010-04-16 18:11:18 +0200
committerAdam Vogt <vogt.adam@gmail.com>2010-04-16 18:11:18 +0200
commit879a7a8dd2e0c9360ed9a90f8bab1f945b265211 (patch)
tree3249f8830b6a6f5eb53d5529da24be9478856c38 /XMonad
parent562300dc3a277d71864f367e491eb53eaffce1ad (diff)
downloadXMonadContrib-879a7a8dd2e0c9360ed9a90f8bab1f945b265211.tar.gz
XMonadContrib-879a7a8dd2e0c9360ed9a90f8bab1f945b265211.tar.xz
XMonadContrib-879a7a8dd2e0c9360ed9a90f8bab1f945b265211.zip
Note that mouseResizableTileMirrored may be removed.
Ignore-this: 2b005aa36abe224f97062f80e8558af7 darcs-hash:20100416161118-1499c-e65324ed1623372fbd551353fdc771538b1d8b6a.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/MouseResizableTile.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs
index e631556..4645652 100644
--- a/XMonad/Layout/MouseResizableTile.hs
+++ b/XMonad/Layout/MouseResizableTile.hs
@@ -130,6 +130,7 @@ data MouseResizableTile a = MRT { nmaster :: Int,
mouseResizableTile :: MouseResizableTile a
mouseResizableTile = MRT 1 0.5 0.5 0.03 [] [] [] (FixedDragger 6 6) 0 0 False
+-- | May be removed in favor of @mouseResizableTile { isMirrored = True }@
mouseResizableTileMirrored :: MouseResizableTile a
mouseResizableTileMirrored = mouseResizableTile { isMirrored = True }