From c6ec810e62cd138f5c2edfede6f052141a1a9062 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Mon, 19 Mar 2018 18:30:22 +0200 Subject: [PATCH] Fix userguide link [[move_to_outputs]] doesn't work currently: https://i3wm.org/docs/userguide.html#move_to_outputs This does: https://i3wm.org/docs/userguide.html#_moving_containers_workspaces_to_randr_outputs This combines a 'BlockId Element' with an 'anchor'. Both should work now. See: - https://github.com/i3/i3/issues/3225 - https://github.com/i3/i3/pull/3191 --- _docs/userguide | 3 +-- docs/userguide.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_docs/userguide b/_docs/userguide index ba314af..a491d4e 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -2253,8 +2253,7 @@ See <> for how to move a container/workspace to a different RandR output. [[move_to_outputs]] -[[_moving_containers_workspaces_to_randr_outputs]] -=== Moving containers/workspaces to RandR outputs +=== [[_moving_containers_workspaces_to_randr_outputs]]Moving containers/workspaces to RandR outputs To move a container to another RandR output (addressed by names like +LVDS1+ or +VGA1+) or to a RandR output identified by a specific direction (like +left+, diff --git a/docs/userguide.html b/docs/userguide.html index d98a8c5..4091926 100644 --- a/docs/userguide.html +++ b/docs/userguide.html @@ -2542,7 +2542,7 @@ to "1: web", the above command will still switch to it.

RandR output.

-

6.10. Moving containers/workspaces to RandR outputs

+

6.10. Moving containers/workspaces to RandR outputs

To move a container to another RandR output (addressed by names like LVDS1 or VGA1) or to a RandR output identified by a specific direction (like left, right, up or down), there are two commands:

-- 2.39.5