dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 44ef698d6ef48a41b0df7c4c47d8b880efdbdf33
parent 1c9a0d88222e2f0b1049aec82ba7f5fab2a3dad9
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sun, 23 Aug 2020 10:01:39 -0500

set up interfaces in same order as sway

This makes it easier to compare WAYLAND_DEBUG logs when troubleshooting.

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -1497,8 +1497,8 @@ setup(void) wlr_export_dmabuf_manager_v1_create(dpy); wlr_screencopy_manager_v1_create(dpy); wlr_data_device_manager_create(dpy); - wlr_primary_selection_v1_device_manager_create(dpy); wlr_gamma_control_manager_v1_create(dpy); + wlr_primary_selection_v1_device_manager_create(dpy); wlr_viewporter_create(dpy); /* Creates an output layout, which a wlroots utility for working with an