diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-09 20:48:05 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-09 20:48:05 +0530 |
| commit | 8cd1a4d7fbf2417c295c1750e2d101a580c9bbf7 (patch) | |
| tree | 6edfbb46bb60dc88f01a0e97da986477fd643457 /30-touchpad.conf | |
| parent | 610bc68bf8fbf327a595a737d2ff3472282b4b6e (diff) | |
add touchpad configuration
Diffstat (limited to '30-touchpad.conf')
| -rw-r--r-- | 30-touchpad.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/30-touchpad.conf b/30-touchpad.conf new file mode 100644 index 0000000..86ae81c --- /dev/null +++ b/30-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "libinput" + Option "Tapping" "on" + Option "DisableWhileTyping" "on" +EndSection |
