Isaac Freund
Isaac Freund
> While I got kanshi working it's also not rotating the monitors on wake after sleep. That's strange, I use `transform 90` for one of my displays with kanshi and...
>If you'd rather have this in View.sendToOutput() I can move it there. Wasn't really sure where to put it. Yeah it'd be better to have there. This isn't the only...
@novakne I believe the problem is on this line: ```zig var relay = seat.relay ``` This copies the relay field of seat into a stack variable. Instead you want to...
I've looked into fixing this, but it's a fair bit of work to do properly. Since this only affects poorly behaving clients and I already plan on rewriting most of...
I added support for adaptive sync to the `wlr-output-management` protocol upstream. When river upgrades to wlroots version 0.16.0 it will support the new version of that protocol. https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/commit/4264185db3b7e961e7f157e1cc4fd0ab75137568
This is something I've been considering, but it's a pretty big change so it probably won't happen anytime soon. It would also require views to have exactly 1 tag instead...
> Would it be hard/possible to maintain a fork with that functionality? You're welcome to try, but it would be a pretty difficult task for someone new to river's codebase...
> As long as tags are not bound to an output and on activation appear on the output the user currently focuses instead of the output focus changing, I am...
@Grawp Decision wise river will 100% be usable in this way eventually. The implementation may take me a while though as I'm planning significant architectural changes to make this and...
> Is there some external command we can use like `swaymsg`? `riverctl(1)`?