Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
6.4k stars 696 forks source link

Sway persistent workspaces on multiple displays #3245

Open mpk388 opened 4 months ago

mpk388 commented 4 months ago

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?