]> git.sur5r.net Git - i3/i3/commit
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)
commit7f9d2ac9488cdb35508d7ad7c8171064e1ef5f00
treed72301c658f63f13fdd7108b85986e1a120b950f
parenta09a5c391ea3bf350b966b65c6dfd2fcc017c88b
Add quoting for sample command

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