Ivan Molodetskikh

Results 457 comments of Ivan Molodetskikh

While this is a valid thing you can do, it's not really how you want to install a Wayland compositor. You need not just the binary, but the session and...

It would, yeah. Honestly I'm thinking more about versioning. Since there's no release and updating a crate every commit sounds tedious and like a bad idea. Although now that a...

Hm, it seems that things published on crates.io cannot use git dependencies, so this will have to wait until the next Smithay release.

I guess I could publish niri-ipc, it doesn't depend on Smithay. Maybe with next niri release.

niri-ipc is now on crates.io: https://crates.io/crates/niri-ipc I'll close this issue since it's not actionable unless Smithay makes a stable release.

On Wayland it will need to ask with https://wayland.app/protocols/keyboard-shortcuts-inhibit-unstable-v1 I guess.

Hmm, so while this is something that can be implemented without too much difficulty (at least by index), I'm not sure I can see what this could be used for....

Thanks. Example 2 is actually how expel works in PaperWM, but I felt that operating on the focused window by default makes more sense than on the bottom window. I...

> urgency https://wayland.app/protocols/xdg-activation-v1 doesn't seem to have urgency? Just window activation. > Unfortunately, it's not clear how to implement it in a usable way with the scrolling compositor... I guess...