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

named workspaces

asked 2013-01-11 18:01:46 +0000

joel gravatar image
$ i3 --version
i3 version 4.4 (2012-12-12, branch "tags/4.4") © 2009-2012 Michael Stapelberg and contributors

I don't have any named workspaces in my config file - it just looks like:

bindsym $mod+1 workspace 1
bindsym $mod+Shift+1 move container to workspace 1

(have 1-10)

So, I rename a workspace with i3-input and put in

rename workspace 3 to "3: www"

for example and the workspace in the bottom left goes from "3" to "3: www"

BUT - here's my question - how do I switch to it? If I press $mod-3, I get a new workspace called "3".

The only way I can get to "3: www" is with $mod-n because I have:

bindsym $mod+n workspace next
bindsym $mod+Shift+n workspace previous

Not sure if I'm doing something wrong (or misunderstanding the Users's Guide).

thanks in advance for any guidance

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
2

answered 2013-01-11 18:15:04 +0000

badboy_ gravatar image

Use workspace number 1 in your config and it should work.

See 6.5. Changing (named) workspaces/moving to workspaces for that

edit flag offensive delete link more
0

answered 2013-01-11 18:12:06 +0000

joel gravatar image

updated 2013-01-11 18:12:57 +0000

Ok, I figured it out.

I need

bindsym $mod+3 workspace number 3

instead of

bindsym $mod+3 workspace 3
edit flag offensive delete link more

Comments

Please accept your own answer :)

joepd gravatar imagejoepd ( 2013-01-12 21:16:57 +0000 )edit

I tried - do not have enough points (?)

joel gravatar imagejoel ( 2013-01-30 21:54:46 +0000 )edit

Question Tools

Stats

Asked: 2013-01-11 18:01:46 +0000

Seen: 4,075 times

Last updated: Jan 11 '13