Merge branch 'main' into wlroots-next
Revert "Add a configuration option for fullscreen locking" now all fullcreen clients are rendered above tiled and floating clients This partially reverts commit 326eee14445f8a2c08e80c30778445630c75d3bb.
create a dedicated layer for fullscreen clients Bug: https://github.com/djpohly/dwl/issues/327
rename xwayland_surface to xsurface this save us 2 lines
set x and y of the layersurface's geometry box
fix set of layersurface->popups and surface->data
inhibit idle if surface's node is enabled
simplify `if` expression in checkidleinhibitor()
configurex11: resize floating clients and arrange tiled clients' monitor
Merge branch 'wlroots-next' into main
don't unfocus focused client when starting a drag this fix chromium keyboard focus loss after a drag Fix: 3cc22de712415342e4865eef099fcfde49bcf734
listen to the output request_state event; References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2693
update for wlroots!3861 References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3861
use the new scene helper for drag icons
update for wlroots!3814 References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3814
specify layer shell version
Merge remote-tracking branch 'upstream/main' into wlroots-next
config.def.h: fix comment Fixes: https://github.com/djpohly/dwl/issues/333
check null in toplevel_from_popup managed to SEGFAULT the server by trying to create a popup without setting a parent first. Not sure if this is dwl or wlroots issue, so also opened a ticket upstream: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3811
layersurface: create a dedicated scene tree for popups this tree should be always above the top layer Fixes: https://github.com/djpohly/dwl/issues/328