diff --git a/sway/commands/move.c b/sway/commands/move.c index acdc50b53..f5eb91249 100644 --- a/sway/commands/move.c +++ b/sway/commands/move.c @@ -22,7 +22,7 @@ static const char *expected_syntax = "Expected 'move <[px] px>' or " "'move [--no-auto-back-and-forth] [to] workspace ' or " - "'move [--no-auto-back-and-forth] [to] output ' or " + "'move [to] output ' or " "'move [to] mark '"; static struct sway_container *output_in_direction(const char *direction, diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 34389e41e..8e56d5bb7 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -132,7 +132,7 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). If unspecified, the default is 10 pixels. Pixels are ignored when moving tiled containers. -*move* [absolute] position [px] [px] +*move* [absolute] position [px] [px] Moves the focused container to the specified position. *move* [absolute] position center|mouse @@ -154,7 +154,7 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). Moves the focused container to the previous or next workspace on this output, wrapping around if already at the first or last workspace. -*move* container|window [to] workspace back_and_forth +*move* container|window [to] workspace back\_and\_forth Moves the focused container to previously focused workspace. *move* container|window|workspace [to] output