MonstrousOgre

Results 30 comments of MonstrousOgre

I started having this issue yesterday even though the last time I updated Code was a week ago. I'm using Arch Linux and KDE

@whizsid The command you mentioned returns `_NET_WM_PID(CARDINAL) = 1011`

So it randomly started working again. No idea what fixed it

I managed to modify the code and add persistent workspaces, but it shows the workspace twice if there's a window in it. I can probably fix it if I have...

Sure thing. You can find my changes at my fork [MonstrousOgre ](https://github.com/MonstrousOgre)/ [Waybar_hyprland_persistent](https://github.com/MonstrousOgre/Waybar_hyprland_persistent). Just compare my latest commit with the previous one to see my changes. Also slight correction about...

@HanoJing here's the config I was testing with ``` "persistent_workspaces": { "1": [], "4": [], "5": ["eDP-1", "HDMI-A-1"], "7": ["eDP-1", "HDMI-A-1"], "9": ["HDMI-A-1"], "10": ["eDP-1"] } ``` The array for...

@HanoJing Is it inside [wlr/workspaces]? I forgot to mention that. Mine is actually something like this. ``` "wlr/workspaces": { "persistent_workspaces": { "1": [], "4": [], "5": ["eDP-1", "HDMI-A-1"], "7": ["eDP-1",...

Do you have multiple monitors? The duplicate workspaces issue shouldn't be present if there's only one monitor. If you have multiple, well then... there might be another reason I'm seeing...

Then there's probably another reason I'm seeing duplicates. I'll have to make sure not to break it for others if I try to fix it for myself.

This is just a hunch but what's your `"all-outputs"` set to in your Waybar config for wlr/workspaces? Is it even there in your config?