diff --git a/src/seat.c b/src/seat.c index 79a49354..eb42b744 100644 --- a/src/seat.c +++ b/src/seat.c @@ -522,6 +522,9 @@ seat_reconfigure(struct server *server) case WLR_INPUT_DEVICE_POINTER: configure_libinput(input->wlr_input_device); break; + case WLR_INPUT_DEVICE_TOUCH: + map_touch_to_output(seat, input->wlr_input_device); + break; case WLR_INPUT_DEVICE_TABLET_TOOL: map_input_to_output(seat, input->wlr_input_device, rc.tablet.output_name); break;