Leon Henrik Plickat
Leon Henrik Plickat
There is still a problem with floating fullscreen views.
An often requested feature, so I decided to go ahead and implement it. This is a nice temporary solution to make layouts more flexible until we allow layout gens to...
Currently river will always resize from the bottom right corner of a view when resizing via pointer. This patch makes it possible to "grab" all four corners of a view...
Floating views can only be moved and resized inside the bounds of the output. This should apply to layout generators as well for consistency. Also a layout moving windows off-screen...
I am contemplating whether it makes sense to give views a unique identifier. Our goal is scripting via Wayland protocol extensions. Currently clients can only use the foreign toplevel handle...
As discussed some time ago. The command creates a new empty config and also resets all configuration of seats and outputs. Not changed is input configuration, which I will add...
I think it would be nice if all configuration options exposed via `riverctl` / the river-control protocol would be reversible. That way, any possible configuration state could be reached from...
It is not guaranteed that the next layout_demand event after a user_command event has the same active tags. As an example, a user could trigger a user_command while no views...
### TODO * [ ] Support xdg-activation protocol. It is somewhat similar to the xdg foreign toplevel activation request and should behave equally. * [ ] Have a new config...