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

Hyprland module messes up named+persistent workspaces #3834

Open
jbirnick opened this issue Dec 19, 2024 · 0 comments
Open

Hyprland module messes up named+persistent workspaces #3834

jbirnick opened this issue Dec 19, 2024 · 0 comments

Comments

@jbirnick
Copy link

jbirnick commented Dec 19, 2024

Here is (part of) my Hyprland config:

workspace = 1, monitor:eDP-1, persistent:1, defaultName:s
workspace = 2, monitor:eDP-1, default:1, persistent:1, defaultName:d
workspace = 3, monitor:eDP-1, persistent:1, defaultName:f

What it does it says that the workspaces with IDs 1,2,3 should have names s,d,f and should be persistent and binds them to my monitor (and 2 should be the default).

Now the waybar hyprland module messes this up by displaying 6 symbols: 1,2,3,s,d,f. Initially just 1,2,3 and d. I think 1,2,3 are extracted from the workspace rules and then s,d,f are displayed when hyprland creates them. (That's why d is the first because it's my default one so this is the (only!) workspace created in the beginning.)

Here is a video:
https://youtu.be/CUKHm4BhX-g

Intended behavior:
It should only ever show 3 symbols: s,d,f. When it scans for persistent workspaces in the beginning it should realize that they have names and that they are the same as the ones that are later focused etc.

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

No branches or pull requests

1 participant