highlight the difference between "workspace N" and "workspace number N" commands

This commit is contained in:
Kjetil Torgrim Homme 2022-01-06 16:56:23 +01:00 committed by Orestis Floros
parent ce2665ca96
commit 3597cc636e

View File

@ -2487,9 +2487,11 @@ bindsym $mod+2 workspace number "2: mail"
If a workspace does not exist, the command +workspace number "1: mail"+ will
create workspace "1: mail".
If a workspace with number 1 does already exist, the command will switch to this
If a workspace with number 1 already exists, the command will switch to this
workspace and ignore the text part. So even when the workspace has been renamed
to "1: web", the above command will still switch to it.
"1: web", the above command will still switch to it. The command +workspace 1+
will however create and move to a new workspace "1" alongside the existing
"1: mail" workspace.
=== Moving workspaces to a different screen