diff options
author | Michael Abbott <michael@araneidae.co.uk> | 2012-09-29 07:10:48 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-10-04 07:36:23 (GMT) |
commit | 391712b9805eda9d56a100f49d69b38863910565 (patch) | |
tree | 05d5a6eea9fef53a371676f76ec4c1e1ef0893a1 /doc/asciidoc/fluxbox-keys.txt | |
parent | 7b6ab828c7e5453a2720462156d165707935c9ef (diff) | |
download | fluxbox_pavel-391712b9805eda9d56a100f49d69b38863910565.zip fluxbox_pavel-391712b9805eda9d56a100f49d69b38863910565.tar.bz2 |
Add support for nearest corner or edge resizing
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 12 |
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 | |||
178 | at the specified 'corner'. | 178 | at the specified 'corner'. |
179 | + | 179 | + |
180 | By default 'corner' is *BottomRight*, but may be overridden with one of:;; | 180 | By 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 |
182 | Bottom BottomRight* | 182 | Left Right BottomLeft Bottom BottomRight* |
183 | |||
184 | + | ||
185 | If *NearestCornerOrEdge* is specified the size of the corner can also be | ||
186 | specified to be the larger of one or two following numbers: ['pixel-size' | ||
187 | ['percent-size']] or 'percent-size'%, where 'percent-size' is the | ||
188 | percentage of half the window width or height. If no size is given, it | ||
189 | defaults 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. |