wlr_virtual_keyboard_v1 now has its own wlr_keyboard
which has its own wlr_input_device
Signed-off-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Merge branch 'main' into wlroots-next
update URL to wlroots project (GitHub->GitLab)
Merge pull request #187 from fauxmight/new-clients-printstatus
Newly launched or closed clients ALWAYS generate status update
Merge pull request #149 from xi/fix-grabc-unmap
reset cursor mode when grabc is unmapped
Merge pull request #193 from fauxmight/chasing-wlroots
Chasing wlroots
remove typedef `Decoration`
Merge pull request #181 from Armael/fix-client_set_tiled
fix client_set_tiled which is currently ignoring its "edges" argument
Merge pull request #160 from Humm42/closepipes
-s: close unused fds
Merge pull request #189 from fauxmight/shift-6-is-asciicircum
Shift+6 generates XKB_KEY_asciicircum
Merge remote-tracking branch 'origin/wlroots-xdg-shell-refactor' into chasing-wlroots
Merge remote-tracking branch 'origin/output-layout-get-box-update' into chasing-wlroots
Account for changes expecting wlr_xdg_toplevel rather than wlr_xdg_surface
update wlr-output-layout-get-box
Shift+6 generates XKB_KEY_asciicircum
fix client_set_tiled, which was ignoring its "edges" argument
Newly launched or closed clients ALWAYS generate status update
Prior to this change, if a client whose tag(s) are not currently
selected is launched or killed, no update to status was printed and
status bars being fed by printstatus() did not update newly active
or newly inactive (but unselected) tags.
Merge branch 'wlroots-next'
wlroots 0.15.0 was released
Merge branch 'main' of github:djpohly/dwl