From d02a79503532ff3eca4da5c0f8dd1ccdca3dc421 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 13 Jul 2022 10:14:27 +0200 Subject: Specify device in the external touchpad config --- desktop.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop.scm b/desktop.scm index 22fe381..5f254af 100644 --- a/desktop.scm +++ b/desktop.scm @@ -116,6 +116,8 @@ "Section \"InputClass\"\n" " Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n" " Driver \"libinput\"\n" + " MatchDevicePath \"/dev/input/event*\"\n" + " MatchUSBID \"062a:8255\"\n" " Option \"Middle Emulation\" \"on\"\n" " Option \"AccelSpeed\" \"-0.9\"" "EndSection\n" -- cgit v1.2.3