Merge pull request #1912 from lasers/patch-1

Fix typo in userguide
next
Michael Stapelberg 2015-09-11 00:30:35 -07:00
commit 619661552f
1 changed files with 1 additions and 1 deletions

View 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: '
--------------------------------------------------------------------------