The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Error when attempting to rename workspace

asked 2014-02-14 03:30:09 +0000

QuinnFTW gravatar image

updated 2014-02-14 06:35:26 +0000

Adaephon gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-14 07:12:31 +0000

Adaephon gravatar image

It seems that you are using an older version of i3, where renaming the focused workspace was not yet implemented. This feature was introduced with version 4.4.

Before that only explicit renaming was possible:

rename workspace "old_name" to "new_name"
edit flag offensive delete link more

Comments

Thanks for the insight, but I have one more quick question. I got i3 off the software center, is this not the latest version? [EDIT] it seems that I am unable to get the newest version because I am running 12.04, my bad. Is there anyway for me to get the latest version on my current distro? (12.04

QuinnFTW gravatar imageQuinnFTW ( 2014-02-14 12:26:12 +0000 )edit

Yes. Instructions can be found on [the i3 website](http://i3wm.org/docs/repositories.html). At the moment stable packages are available for 12.04 and newer.

Adaephon gravatar imageAdaephon ( 2014-02-17 23:18:49 +0000 )edit

Question Tools

Stats

Asked: 2014-02-14 03:30:09 +0000

Seen: 274 times

Last updated: Feb 14 '14