summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Torgrim Homme <kjetil.homme@redpill-linpro.com>2022-01-06 16:56:23 +0100
committerOrestis Floros <orestisflo@gmail.com>2022-06-28 00:25:06 +0200
commit3597cc636e373819ab3f81be8a77935dbbb22136 (patch)
treecad6cda76031dddee8783557c033c450693b8958
parentce2665ca9604fe4f2095a0f5d71e1230b133ae07 (diff)
downloadi3-3597cc636e373819ab3f81be8a77935dbbb22136.tar.gz
i3-3597cc636e373819ab3f81be8a77935dbbb22136.zip
highlight the difference between "workspace N" and "workspace number N" commands
-rw-r--r--docs/userguide6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/userguide b/docs/userguide
index fe619df9..e7ec29d6 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -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