From 59d16e491aa22de5702e978e2247e90b1ce4c607 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 9 May 2020 22:48:19 -0500 Subject: [PATCH] add screencopy support While we're taking low-hanging fruit here... --- dwl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwl.c b/dwl.c index c5230de..3a0b5c4 100644 --- a/dwl.c +++ b/dwl.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -1224,6 +1225,7 @@ setup(void) * the clients cannot set the selection directly without compositor approval, * see the setsel() function. */ wlr_compositor_create(dpy, drw); + wlr_screencopy_manager_v1_create(dpy); wlr_data_device_manager_create(dpy); wlr_primary_selection_v1_device_manager_create(dpy);