Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After renaming, name is displayed only on the first workspace #47

Open
Artalus opened this issue Jul 24, 2017 · 1 comment
Open

After renaming, name is displayed only on the first workspace #47

Artalus opened this issue Jul 24, 2017 · 1 comment

Comments

@Artalus
Copy link

Artalus commented Jul 24, 2017

The title pretty much says it. All the workspaces are properly named and names are shown in i3-msg 'get_workspaces', but only the first one is displayed in the panel.

Screenshot on Imgur, github is having some problems uploading it

@setzer22
Copy link
Contributor

I cannot reproduce this. I have multiple named namespaces in my bar. However, it seems that you may be defining them beforehand in your i3 config file and I always rename them dynamically. So maybe reading the workspace names is at startup is broken (just a guess).

I cannot try this right now but you can try to execute commands dynamically to see if renaming works:

$ i3-msg 'workspace 1:whatever' 
# Open a window in the new workspace 
$ i3-msg 'workspace 2:foo'
# Open a window ...

If you see all the new workspace names, not just the first, this means the rename event works properly, but the names are not read correctly at startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants