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

Show all workspaces, including inactive workspaces in i3bar

asked 2013-08-02 15:09:23 +0000

nooksandcorners gravatar image

I've recently started using i3. I'm thoroughly pleased with its performance, except for one thing. I like to have all the workspaces visible in i3bar, irrespective of whether they are active or focused or not. That is, I want even inactive workspaces to show up in the list, along with other relevant ones (such as the ones focused or active). Please let me know if this is possible and if so, please include details on how to achieve this configuration. Any help is appreciated.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-10-10 00:31:45 +0000

BatmanAoD gravatar image

By default, i3bar does show all extant workspaces.

However, it cannot possibly show all potential workspaces. The command i3-msg workspace ##, where ## is some arbitrary integer, will open up workspace ##. (I say "arbitrary" because although I don't know if there are any limits on how large ## can be, I successfully tried it with 25818446744073709551615, and it worked just fine.)

In other words, there are an unlimited number of workspaces that could exist, so it would be impossible to show them all at any given time.

edit flag offensive delete link more
1

answered 2013-08-03 02:04:18 +0000

syl20bnr gravatar image

This is not possible by design.

See this link for more info: https://faq.i3wm.org/question/1228/lo...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-02 15:09:23 +0000

Seen: 1,659 times

Last updated: Oct 10 '13