A'ight, gonna spin this out of my daily hellthread: I have a need for a small tool that can help me arrange my windows automatically, following a set of rules.
For X11, there's devilspie2 that can do this, but there's no generic solution for Wayland, and I am sticking to Wayland, because it has niri, which X11 does not.
So I will try to build something similar-ish! A little tool that listens on the Niri event stream, and does stuff according to pre-defined rules.
Unlike devilspie2, I do not plan to embed Lua, or any other language. I could, and that would make it almost trivial to implement, but I don't wanna. I want a configuration that is simple for me to write, even if that makes the tool a little bit more complicated, and somewhat more limited than embedding Lua.
(I might embed Lua later, but I don't see the immediate need).