From 39e48e227b9c17cedf139c8218c9dc5952410160 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sat, 14 Nov 2020 22:40:11 +0100 Subject: [PATCH] #661 update docs to reflect change --- doc/yabai.1 | 2 +- doc/yabai.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/yabai.1 b/doc/yabai.1 index 4e5ce688..0912f740 100644 --- a/doc/yabai.1 +++ b/doc/yabai.1 @@ -412,7 +412,7 @@ If type is \fIrel\fP the selected window is moved by \fIdx\fP pixels horizontall .sp \fB\-\-resize\fP \fItop|left|bottom|right|top_left|top_right|bottom_right|bottom_left|abs::\fP .RS 4 -Resize the selected window by moving the given handle \fIdx\fP pixels horizontally and \fIdy\fP pixels vertically. If handle is \fIabs\fP the new size will be \fIdx\fP width and \fIdy\fP height. +Resize the selected window by moving the given handle \fIdx\fP pixels horizontally and \fIdy\fP pixels vertically. If handle is \fIabs\fP the new size will be \fIdx\fP width and \fIdy\fP height and cannot be used on managed windows. .RE .sp \fB\-\-ratio\fP \fIrel|abs:\fP diff --git a/doc/yabai.asciidoc b/doc/yabai.asciidoc index d6e1076a..5d72dca0 100644 --- a/doc/yabai.asciidoc +++ b/doc/yabai.asciidoc @@ -302,7 +302,7 @@ COMMAND If type is 'rel' the selected window is moved by 'dx' pixels horizontally and 'dy' pixels vertically, otherwise 'dx' and 'dy' will become its new position. *--resize* 'top|left|bottom|right|top_left|top_right|bottom_right|bottom_left|abs::':: - Resize the selected window by moving the given handle 'dx' pixels horizontally and 'dy' pixels vertically. If handle is 'abs' the new size will be 'dx' width and 'dy' height. + Resize the selected window by moving the given handle 'dx' pixels horizontally and 'dy' pixels vertically. If handle is 'abs' the new size will be 'dx' width and 'dy' height and cannot be used on managed windows. *--ratio* 'rel|abs:':: If type is 'rel' the split ratio of the selected window is changed by 'dr', otherwise 'dr' will become the new split ratio. A positive/negative delta will increase/decrease the size of the left-child.