https://bugs.kde.org/show_bug.cgi?id=411877
--- Comment #24 from David Sutton <kant...@gmail.com> --- So the first thing I had to do was find out which event was related to the touch screen - in my case event4 was the one I needed: "qdbus org.kde.KWin /org/kde/KWin/InputDevice/event4 org.freedesktop.DBus.Properties.Get org.kde.KWin.InputDevice touch" returns "true" I went ahead and used kinfocenter ( Graphics -> Wayland ) to confirm which monitor I needed to assign it to - it gives the mapping from the monitor name to the device name. I then set event4 to the right monitor ( outputName ) : "qdbus org.kde.KWin /org/kde/KWin/InputDevice/event4 org.freedesktop.DBus.Properties.Set org.kde.KWin.InputDevice outputName DP-2" -- You are receiving this mail because: You are watching all bug changes.