wlroots
wlroots copied to clipboard
A modular Wayland compositor library
This is an implementation of a new screencopy protocol which integrates most of the requirements which we have discussed in the past. It should also be possible to extend it...
I have a new monitor which has three similar modes: - 3840x2160 @ 59.939999 Hz - 3840x2160 @ 60.000000 Hz - 3840x2160 @ 59.997002 Hz The last one works fine,...
Enabling or disabling an output should be idempotent. Previously, this was not the case, causing bugs.
Makes this much more extensible so we could add a storage type in future for compute. Signed-off-by: Joshua Ashton
--- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/54
We would appreciate hardware donations to help some of our developers build support for as many devices as we can. Currently we would find these useful: - [x] HiDPI displays...
Whenever the wayland clipboard selection changes for a seat (selection-change event), we need to get the data source, read out the data from the fd and set the xwayland clipboard...
It might be cool if Rootston could set its own grab interfaces for wayland interfaces that grab. On shell initialization, have a method like `wlr_wl_shell_set_popup_grab_interface(shell, &rootston_popup_pointer_grab_interface)` and pass your own...
From which the compositor implementation can deny the request to bind that interface. We should make the signal's data parameter standardized so later on we can implement some kind of...
To reproduce: 1) Spawn an X11 app with a delay (e.g `sleep 5 && konsole`) 2) Switch to a TTY and wait until the timer elapses 3) Switch back and...