sway version 1.10
I frequently lock the cursor to a specific screen (most of the time), but sometimes need the normal behavior, which till 1.10 could be done with input ID map_to_output '*', but now I have to use input '*' map_to_output '*' and it still does not behave the same as starting sway without any map_to_output.
It looks like sway treats all the outputs as a single large output (a small mouse movement results in a large pointer movement), instead of 1:1 reflecting the input device's position. Im on wayvnc (1 per output) and restarting it doesnt help. The only solution is to restart sway.
This is a recent regression. I've tried input '*' calibration_matrix "0 0 0 0 0 0" but no luck.
Thanks,