diff options
Diffstat (limited to 'config.scm')
-rw-r--r-- | config.scm | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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. |