Isaac Freund

Results 166 comments of Isaac Freund

So after some investigation it looks like this is a QT bug. Here's the relevant `WAYLAND_DEBUG=1` snippet from `qutebrowser`: ``` [1860693.742] [email protected](1019, 970, array) [1860693.750] [email protected](82) [1860693.754] [email protected](230034835) [1860693.799] ->...

> @ifreund thanks for investigating. Is this something that should be reported to QT as a bug then? Yes it should be, I intended to do so but wanted to...

> #387 is merged. does't bug still exist? Probably, did you test it?

Hey! I'd consider this to be a GTK bug, 30-60 seconds is far too long for a timeout. I don't consider xdg-desktop-portal-wlr to be a dependency of river. If anything,...

I've added support for adaptive sync to the wlr-output-management protocol upstream: https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/commit/4264185db3b7e961e7f157e1cc4fd0ab75137568 When wlroots 0.16.0 is released river upgrades this issue can be closed.

@FoundOne Yes, keyd should work with river and all other wayland compositors. It is implemented a layer below river in the input stack.

> It's nice for positioning some windows as part of a larger setup (e.g. a terminal running `find | entr zig build`). hmm, could you elaborate a bit more on...

Hit a panic when attempting to move a view past the edge of the output in a nested session: ``` debug(cursor): enter move cursor mode thread 26410 panic: attempt to...

I've come around on having this feature in river. It's not really that complex and lets us unify some code paths. We *should* also be able to get rid of...

As demonstrated by the i3 and bspwm examples, this behavior could be achieved through a simple script if we make the necessary hooks/commands available (see also #52). Lets use this...