From c6833cf93e12322de0770b131e42649cc9fd8aad Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 9 May 2020 23:01:30 -0500 Subject: [PATCH] add output manager protocol --- dwl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwl.c b/dwl.c index 3a0b5c4..0e4441a 100644 --- a/dwl.c +++ b/dwl.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -1232,6 +1233,7 @@ setup(void) /* Creates an output layout, which a wlroots utility for working with an * arrangement of screens in a physical layout. */ output_layout = wlr_output_layout_create(); + wlr_xdg_output_manager_v1_create(dpy, output_layout); /* Configure a listener to be notified when new outputs are available on the * backend. */