Add friendly name to workspace, but keep numbers for shortcuts
Hi,
I'm new (from today :) to i3, and so far I love it!
Now I'm starting some applications on logon like this:
exec i3-msg workspace 1 ; i3-msg exec firefox ;
Works fine. Now what I would like to have would be something like this:
exec i3-msg workspace 1:Firefox ; i3-msg exec firefox ;
So my workspace would have a friendly name, the problem is that when I do this the shortcut to access the workspace 1 (logically) opens a new workspace.
So my question is: is it possible to give a friendly name to a workspace while keeping its shortcut/number reference...?
== Edit after first answer ==
Ok, from the first answer and some more testing, I got even more lost... sorry for my noobyness.
Basically, what I want to achieve on login is:
- Create a workspace called "1: Firefox" and start firefox within
- Create a workspace called "2: VIM" and start vim within
- etc
And then being able with $mod+1 to go to workspace "1: Firefox", $mod+2 go to workspace "2: VIM", etc
Could you post the config syntax to:
- Create the workspaces and launch the application within
- Create the workspace shortcuts in order to be able to reach them