-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi, I'd love to contribute a PR for this, but I'm not sure where to start. I have no experience with Rust or Wayland, so if anyone is willing to take this on or provide some guidance, I’d really appreciate it.
There's an IPC patch for dwl that might make it possible to add support for it. dwlmsg can display the active window title and appid using this IPC.
I was able to generate dwl_ipc files in Rust using wayland_scanner, but I’m struggling to use them properly to track the active window title and appid. I had trouble opening an output correctly but I think I'll be able to do the rest.
Could someone take a look at the dwl IPC protocol and explain how to use it in Rust?
Also, dwl doesn’t provide an ext-idle-notify-v1 protocol implementation, but there is wlr_idle_notify_v1. Can I use that instead, or is ext-idle-notify-v1 required?