aboutsummaryrefslogtreecommitdiffstats
path: root/FlexibleManipulate.hs
diff options
context:
space:
mode:
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