aboutsummaryrefslogtreecommitdiffstats
path: root/FlexibleManipulate.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-08-04 12:43:30 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-08-04 12:43:30 +0200
commit6acb7bb8f348076cf553b4e64c42a4acbbed818b (patch)
tree37e93a1cf6c72bbac2d57c3ef1bb2702bb346861 /FlexibleManipulate.hs
parent01409adbc7ff75e72958b56e865024f0aaf203dc (diff)
downloadXMonadContrib-6acb7bb8f348076cf553b4e64c42a4acbbed818b.tar.gz
XMonadContrib-6acb7bb8f348076cf553b4e64c42a4acbbed818b.tar.xz
XMonadContrib-6acb7bb8f348076cf553b4e64c42a4acbbed818b.zip
FlexibleManipulate.hs: minor haddock corrections
darcs-hash:20070804104330-32816-d20ee912f70ea179bfc648e9cd0300287ac5456a.gz
Diffstat (limited to 'FlexibleManipulate.hs')
-rw-r--r--FlexibleManipulate.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/FlexibleManipulate.hs b/FlexibleManipulate.hs
index 41fdabe..c16df6a 100644
--- a/FlexibleManipulate.hs
+++ b/FlexibleManipulate.hs
@@ -32,11 +32,12 @@ import Graphics.X11.Xlib.Extras
-- > import qualified XMonadContrib.FlexibleManipulate as Flex
--
-- Set one of the mouse button bindings up like this:
+--
-- > mouseBindings = M.fromList
-- > [ ((modMask, button1), (\w -> focus w >> Flex.mouseWindow Flex.linear w)) ], ...
--
-- Flex.linear indicates that positions between the edges and the middle
--- indicate a combination scale/position.
+-- indicate a combination scale\/position.
-- Flex.discrete indicates that there are discrete pick regions. (window
-- is divided by thirds for each axis)
-- Flex.resize performs only resize of the window, based on which quadrant