Replies: 1 comment
-
Maybe this issue is related, not sure? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running ArchLinux + Hyprland as window manager and using waybar.
My setup consists of two monitors.
I want two monitors to have 5 dedicated, independently controllable workspaces, 1-5 on the left one, and 6-10 on the right one.
Example illustration:
I noticed strange behaviour sometimes when I am on the right monitor and i switch to workspace 1 or 2, it updates on the right monitor, instead of moving the cursor to the left one, but then other times it works fine.
Not entirely sure how to make this reproducible - is there anything obvious in my config thats wrong, maybe causing some race condition? It seem to happen more often when I am on the right monitor (workspace 6 to 10), and spam switching to workspace 1 or 2, sometimes instead of actually switching to the left monitor it updates on the right one, so the statusbar on the right monitor shows e.g.
1,6,7,8,9,10
or2,6,7,8,9,10
or even1,2,6,7,8,9,10
.Any idea what is?
My config:
Beta Was this translation helpful? Give feedback.
All reactions