Merge remote-tracking branch 'upstream/main' into wlroots-next
Separate drag icon from layers array and Lyr enum
If we treat the drag icon as distinct from other layers (it doesn't have
contents that are interactive, focusable, etc.), then we can iterate
over layers meaningfully with a simple for loop.
ΔSLOC: -8
schedule a frame after commmiting gamma
not doing it, may freeze the output or do not actually change the gamma until
creating a client
use detached output states to set gamma
Don't bother with ignoring SIGCHLD
It added complexity, especially with the differences in behavior between
handled and ignored signals across an exec().
Reset ignored signal handler in spawn() as well
fix startup_cmd SIGCHLD handler
Ignored handlers are not reset by exec() calls
drop KDE idle support
use ext-idle-notify-v1 instead
use wlr_scene_output_build_state() to set gamma
use the new {a,di}ssociate events to handle xwayland commit listener
chase wlroots map logic unification
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Merge branch 'main' into wlroots-next
activate lock surface in updatemons
Fixes an issue when swaylock does not receive input after turn off and then
turn on the outputs