From 01dcad80e170cdca02f7195c6f55502c74ac313c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Nov 2023 14:49:52 +0100 Subject: input/seat: don't configure mappings for switches Switch devices cannot be mapped to an output/region, stop trying to do so. --- sway/input/seat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sway/input/seat.c b/sway/input/seat.c index f56de137..6c0e85bd 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -834,7 +834,6 @@ static void seat_configure_switch(struct sway_seat *seat, if (!seat_device->switch_device) { sway_switch_create(seat, seat_device); } - seat_apply_input_config(seat, seat_device); sway_switch_configure(seat_device->switch_device); } -- cgit v1.2.3-54-g00ecf