summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-02-02 23:08:35 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-02-02 23:08:35 +0100
commit28a375174a6ef78eb5069a82dfc0fb3f73b3c6d7 (patch)
tree1c167bb18687c41c526596f0b79e74cb3dae3259
parent62c38b366cbeef19216a51f75b6cdd92098cdf70 (diff)
Add external touchpad
-rw-r--r--desktop.scm7
1 files changed, 7 insertions, 0 deletions
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\""