Christian Maniewski
Christian Maniewski
I'm happy to help but I feel like this has gone a bit off topic. Let's move this to the embassy matrix channel (https://matrix.to/#/%23embassy-rs:matrix.org), or just send me an email...
OK, I did some more digging, that's probably worth a separate comment. The hyprland client dies trying to parse this bit: ```jsonc DATA: [...,{ "id": 5, "name": "5", "monitor": "FALLBACK",...
I'm reopening this as there is now [work being done in hyprland-rs](https://github.com/hyprland-community/hyprland-rs/pull/302) and it would require an update of that dependency. Furthermore I'd like to flag the other error messages...
Thank you! I'll test with the latest version and get back to you!
I guess one way to go about this would be to make [`MonitorId`](https://github.com/hyprland-community/hyprland-rs/blob/c07d326b18a773877a6455d419b50bcbf1b3241e/src/shared.rs#L161) an `Option`. This would certainly be a breaking change, but at least it would reflect what's actually...