Error when attempting to rename workspace
I have tried using the example provided by the user guide which is:
bindsym $mod+r exec i3-input -F 'rename workspace to "%s"' -P 'New name: '
but that doesn't seem to work. So I went into the terminal and tried a simple
$ i3-msg 'rename workspace to "test"'
and that returned the following error
{"success":false, "error":"syntax error, unexpected $undefined at position 1"}
Anyone have ideas whats going on here?