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

Sway persistent workspaces on multiple displays #3245

Open
mpk388 opened this issue May 9, 2024 · 0 comments
Open

Sway persistent workspaces on multiple displays #3245

mpk388 opened this issue May 9, 2024 · 0 comments
Labels

Comments

@mpk388
Copy link

mpk388 commented May 9, 2024

Hi! In Sway I have 4 persistent workspaces on 2 displays with this config:

"all-outputs": false,
`"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
"4": []
}

On 0.9.24 if I had workspace 1 on display 1 and workspace 2 on display 2 the workspace module would show

Display 1:
1 3 4
Display 2:
2 3 4

But on 0.10.3 it always shows 1 2 3 4 on both displays, is this a regression or there is an additional configuration with the new version?

@github-actions github-actions bot added the custom label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant