summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.scm15
1 files changed, 14 insertions, 1 deletions
diff --git a/config.scm b/config.scm
index 114a19e..ce4e561 100644
--- a/config.scm
+++ b/config.scm
@@ -96,7 +96,20 @@
(xorg-configuration
(keyboard-layout keyboard-layout)
(modules (append %default-xorg-modules
- (list xf86-input-wacom)))))
+ (list xf86-input-wacom)))
+ (extra-config
+ '("\n"
+ "\n"
+ "Section \"InputClass\"\n"
+ " Identifier \"libinput touchpad catchall\"\n"
+ " Driver \"libinput\"\n"
+ " MatchIsTouchpad \"on\"\n"
+ " MatchDevicePath \"/dev/input/event*\"\n"
+ " Option \"Tapping\" \"on\"\n"
+ " Option \"TappingDrag\" \"on\"\n"
+ " Option \"DisableWhileTyping\" \"on\"\n"
+ "EndSection\n"
+ ))))
; Removes ModemManager because it interferes with USB
; development. If using a 3/4G modem or something we have
; to activate it.