07-14-2023, 02:49 PM
(07-14-2023, 01:42 PM)tophneal Wrote: i dont have mine with me to check, is DSI-1 the touch input or the monitor?
https://github.com/swaywm/sway/issues/38...-604025483
DSI-1 is the monitor. I actually found the solution right after I posted. I ran:
$ swaymsg -t get_inputs
and found that the touchscreen input is actually named 1046:911:Goodix_Capacitive_TouchScreen
Then I found out about map_output and just added this line to my sway configuration file:
input 1046:911:Goodix_Capacitive_TouchScreen map_to_output DSI-1
and it worked!