From 6933f5438f303cd90346ae779af141f910a4a1b1 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 23 Oct 2025 13:58:43 -0400 Subject: clipboard with wl-paste --- seat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'seat.c') diff --git a/seat.c b/seat.c index f90935c..fb5ffb1 100644 --- a/seat.c +++ b/seat.c @@ -12,6 +12,7 @@ void setup_seat(client_state* state) { void capabilities(void *data, struct wl_seat *wl_seat, uint32_t capabilities) { client_state* state = data; + setup_data_device(state); if (capabilities & WL_SEAT_CAPABILITY_KEYBOARD && !state->keyboard) { setup_keyboard(state); } -- cgit v1.2.3