aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Abbott <michael@araneidae.co.uk>2012-09-29 07:10:48 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2012-10-04 07:36:23 (GMT)
commit391712b9805eda9d56a100f49d69b38863910565 (patch)
tree05d5a6eea9fef53a371676f76ec4c1e1ef0893a1 /doc
parent7b6ab828c7e5453a2720462156d165707935c9ef (diff)
downloadfluxbox-391712b9805eda9d56a100f49d69b38863910565.zip
fluxbox-391712b9805eda9d56a100f49d69b38863910565.tar.bz2
Add support for nearest corner or edge resizing
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index 0d0b52e..96b1141 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -178,8 +178,16 @@ Start dragging to resize the window as if you had grabbed the window
178at the specified 'corner'. 178at the specified 'corner'.
179+ 179+
180By default 'corner' is *BottomRight*, but may be overridden with one of:;; 180By default 'corner' is *BottomRight*, but may be overridden with one of:;;
181*NearestCorner NearestEdge Center TopLeft Top TopRight Left Right BottomLeft 181*NearestCorner NearestEdge NearestCornerOrEdge Center TopLeft Top TopRight
182Bottom BottomRight* 182Left Right BottomLeft Bottom BottomRight*
183
184+
185If *NearestCornerOrEdge* is specified the size of the corner can also be
186specified to be the larger of one or two following numbers: ['pixel-size'
187['percent-size']] or 'percent-size'%, where 'percent-size' is the
188percentage of half the window width or height. If no size is given, it
189defaults to 50 pixels and 30%.
190
183 191
184*StartTabbing*:: 192*StartTabbing*::
185 Start dragging to add this window to another's tabgroup. 193 Start dragging to add this window to another's tabgroup.