Fix typo in userguide

This commit is contained in:
lasers 2015-09-10 22:42:00 -05:00
parent c9b6ec71aa
commit bb5ebd38da
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: '
--------------------------------------------------------------------------