diff --git a/doc/yabai.1 b/doc/yabai.1 index 622bea58..aabc1d29 100644 --- a/doc/yabai.1 +++ b/doc/yabai.1 @@ -410,7 +410,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 c74242a7..8b13a0b8 100644 --- a/doc/yabai.asciidoc +++ b/doc/yabai.asciidoc @@ -300,7 +300,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.