]> git.sur5r.net Git - i3/i3/commitdiff
Fix typo in userguide 1912/head
authorlasers <lasers@users.noreply.github.com>
Fri, 11 Sep 2015 03:42:00 +0000 (22:42 -0500)
committerlasers <lasers@users.noreply.github.com>
Fri, 11 Sep 2015 03:42:00 +0000 (22:42 -0500)
docs/userguide

index b993f60c6d2a29b267a8d695e60337dd78b524a9..62010587a501b064dd2c9dd835521479fe01b5f0 100644 (file)
@@ -1944,7 +1944,7 @@ rename workspace to <new_name>
 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"
+i3-msg 'rename workspace to "2: mail"'
 bindsym $mod+r exec i3-input -F 'rename workspace to "%s"' -P 'New name: '
 --------------------------------------------------------------------------