From: Johannes Lange Date: Wed, 30 Nov 2016 07:19:36 +0000 (+0100) Subject: `move` syntax clarification: (#2591) X-Git-Tag: 4.14~84 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=d7dcef61d70bea4d3f0b6de5b59435c26aea9b50 `move` syntax clarification: (#2591) both x and y position need to be specified --- diff --git a/docs/userguide b/docs/userguide index acdc0a58..e1e65c24 100644 --- a/docs/userguide +++ b/docs/userguide @@ -1921,7 +1921,8 @@ move [ px] # Moves the container either to a specific location # or to the center of the screen. If 'absolute' is # used, it is moved to the center of all outputs. -move [absolute] position [[ px] [ px]|center] +move [absolute] position [px] [px] +move [absolute] position center # Moves the container to the current position of the # mouse cursor. Only affects floating containers.