aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/BorderResize.hs
diff options
context:
space:
mode:
authorJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2009-11-15 19:48:33 +0100
committerJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2009-11-15 19:48:33 +0100
commita64225bbe26df7d9873ac1d4c8143e3146045b7a (patch)
tree03ca9312a6fa32bd143562645d6373b8c75e88f2 /XMonad/Layout/BorderResize.hs
parent77bfd730a1a6f970a22c4c06cce0506101470ffd (diff)
downloadXMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.tar.gz
XMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.tar.xz
XMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.zip
PositionStoreFloat - a floating layout with support hooks
Ignore-this: 8b1d0fcef1465356d72cb5f1f32413b6 darcs-hash:20091115184833-594c5-9534e1ec9be959d18713bfdd1edbc1f5995cc4a8.gz
Diffstat (limited to 'XMonad/Layout/BorderResize.hs')
-rw-r--r--XMonad/Layout/BorderResize.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/XMonad/Layout/BorderResize.hs b/XMonad/Layout/BorderResize.hs
index 56b6425..b1fc083 100644
--- a/XMonad/Layout/BorderResize.hs
+++ b/XMonad/Layout/BorderResize.hs
@@ -12,8 +12,10 @@
-- This layout modifier will allow to resize windows by dragging their
-- borders with the mouse. However, it only works in layouts or modified
-- layouts that react to the 'SetGeometry' message.
--- "XMonad.Layout.WindowArranger" can be used to create such a setup.
--- BorderResize is probably most useful in floating layouts.
+-- "XMonad.Layout.WindowArranger" can be used to create such a setup,
+-- but it is probably must useful in a floating layout such as
+-- "XMonad.Layout.PositionStoreFloat" with which it has been mainly tested.
+-- See the documentation of PositionStoreFloat for a typical usage example.
--
-----------------------------------------------------------------------------