From d7dcef61d70bea4d3f0b6de5b59435c26aea9b50 Mon Sep 17 00:00:00 2001 From: Johannes Lange Date: Wed, 30 Nov 2016 08:19:36 +0100 Subject: [PATCH] `move` syntax clarification: (#2591) both x and y position need to be specified --- docs/userguide | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5