]> git.sur5r.net Git - i3/i3/blobdiff - docs/userguide
Implement 'workspace number <number>' to switch to named workspaces
[i3/i3] / docs / userguide
index 73db645ab66210902bb238412f0352f6cc5f1e90..667cdde92eae574c012c6c72f1a58c5c5b0b4763 100644 (file)
@@ -1351,7 +1351,10 @@ bindsym mod+2 workspace 2: www
 Note that the workspace will really be named "1: mail". i3 treats workspace
 names beginning with a number in a slightly special way. Normally, named
 workspaces are ordered the way they appeared. When they start with a number, i3
-will order them numerically.
+will order them numerically. Also, you will be able to use +workspace number 1+
+to switch to the workspace which begins with number 1, regardless of which name
+it has. This is useful in case you are changing the workspace’s name
+dynamically.
 
 [[resizingconfig]]