diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 2679bc0..0d0b52e 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -259,17 +259,22 @@ These commands ordinarily affect only the currently focused window. The | |||
259 | *DetachClient*:: | 259 | *DetachClient*:: |
260 | Remove the current tab from the tab group, placing it in its own window. | 260 | Remove the current tab from the tab group, placing it in its own window. |
261 | 261 | ||
262 | *ResizeTo* 'width' 'height':: | 262 | *ResizeTo* 'width[%]' 'height[%]':: |
263 | Resizes the window to the given width and height. | 263 | Resizes the window to the given width and height. If the value is given in |
264 | 264 | percent, then the window size will be based on the current screen's size. | |
265 | *Resize* 'delta-width' 'delta-height':: | 265 | |
266 | Resizes the window relative to the current width and height. | 266 | *Resize* 'delta-width[%]' 'delta-height[%]':: |
267 | 267 | Resizes the window relative to the current width and height. If the value | |
268 | *ResizeHorizontal* 'delta-width' / *ResizeVertical* 'delta-height':: | 268 | is given in percent, then the window size will be based on the current |
269 | Resizes the window in one dimension only | 269 | window's size. |
270 | 270 | ||
271 | *MoveTo* 'x' 'y' ['anchor']:: | 271 | *ResizeHorizontal* 'delta-width[%]' / *ResizeVertical* 'delta-height[%]':: |
272 | Moves the window to the given coordinates, given in pixels. | 272 | Resizes the window in one dimension only. If the value is given in |
273 | percent, then the window size will be based on the current window's size. | ||
274 | |||
275 | *MoveTo* 'x[%]' 'y[%]' ['anchor']:: | ||
276 | Moves the window to the given coordinates, given in pixels or relatively to | ||
277 | the current screen size if % is specified after the value. | ||
273 | + | 278 | + |
274 | If either 'x' or 'y' is set to *\**, that coordinate will be ignored, and the | 279 | If either 'x' or 'y' is set to *\**, that coordinate will be ignored, and the |
275 | movement will only take place in one dimension. | 280 | movement will only take place in one dimension. |