summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-07-13 10:14:27 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-07-13 10:14:27 +0200
commitd02a79503532ff3eca4da5c0f8dd1ccdca3dc421 (patch)
tree447abbc8b24e9880c12a6166b16cd9d3eb2735db
parente9f19eba6f53dde24acfb629b230415562412a60 (diff)
Specify device in the external touchpad config
-rw-r--r--desktop.scm2
1 files changed, 2 insertions, 0 deletions
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"