]> git.sur5r.net Git - i3/i3/commitdiff
Add quoting for sample command
authorAlexander Neumann <alexander@bumpern.de>
Sun, 13 Oct 2013 13:18:20 +0000 (15:18 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Oct 2013 15:17:24 +0000 (17:17 +0200)
The user's guide talks about renaming workspaces, for example to
"2: mail", and a sample key binding for use with i3-input is supplied.
However, this example lacks proper quoting for the format string, so
that when workspace name with a space in it, like "2: mail", is given,
the current workspace is renamed to "2:". This patch adds proper
quoting.

docs/userguide

index 0cc147cae847e513c0fbf0f84f2841d53b509656..25ea5d546db26fb419e3117fac968a37318fad15 100644 (file)
@@ -1590,7 +1590,7 @@ i3-msg 'rename workspace 5 to 6'
 i3-msg 'rename workspace 1 to "1: www"'
 i3-msg 'rename workspace "1: www" to "10: www"'
 i3-msg 'rename workspace to "2: mail"
-bindsym $mod+r exec i3-input -F 'rename workspace to %s' -P 'New name: '
+bindsym $mod+r exec i3-input -F 'rename workspace to "%s"' -P 'New name: '
 --------------------------------------------------------------------------
 
 === Moving workspaces to a different screen