From 28a375174a6ef78eb5069a82dfc0fb3f73b3c6d7 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 2 Feb 2022 23:08:35 +0100 Subject: Add external touchpad --- desktop.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop.scm b/desktop.scm index a41e678..7592b0b 100644 --- a/desktop.scm +++ b/desktop.scm @@ -112,6 +112,13 @@ " Option \"DisableWhileTyping\" \"on\"\n" "EndSection\n" "\n" + ; https://wiki.archlinux.org/title/Libinput#Via_xinput + "Section \"InputClass\"\n" + " Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n" + " Driver \"libinput\"\n" + " Option \"Middle Emulation\" \"on\"\n" + "EndSection\n" + "\n" "\n" "Section \"Device\"" " Identifier \"modesetting\"" -- cgit v1.2.3