-
-
Notifications
You must be signed in to change notification settings - Fork 900
Open
Labels
Description
Hi,
I don't even know how to name this specifically so confusion might be most appropriate.
This is my workspace specific config:
// Workspaces
"hyprland/workspaces": {
"on-scroll-up": "hyprctl dispatch workspace r-1",
"on-scroll-down": "hyprctl dispatch workspace r+1",
"on-click": "activate",
"active-only": false,
"all-outputs": true,
"format": "{}",
"format-icons": {
"urgent": "",
"active": "",
"default": ""
},
"persistent-workspaces": {
"*": 2
}
},
No workspace specifics in my hyprland config.
I have a dual monitor setup and with this config i'm expecting both monitors to show all workspaces. As that's what i configured with all-outputs
set to true
and active-only
set to false.
Instead i see all workspaces on my secondary monitor and only 2 on my primary.. What the... If this is as intended then i don't get it.
Am i doing something wrong or is this a bug?