summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-12-30 00:15:16 -0800
committerMike Crute <mike@crute.us>2020-12-30 00:15:16 -0800
commit8fd581a87ae7140e20c2a30e2807fa212e9bc805 (patch)
tree572a1631d08cd0044ecb9c02a32158f800bb035d /.linux
parenta7eb5ac2e19a46e9b70d3af43b0482d061b31623 (diff)
downloaddotfiles-8fd581a87ae7140e20c2a30e2807fa212e9bc805.tar.bz2
dotfiles-8fd581a87ae7140e20c2a30e2807fa212e9bc805.tar.xz
dotfiles-8fd581a87ae7140e20c2a30e2807fa212e9bc805.zip
Add elan trackpad
Diffstat (limited to '.linux')
-rw-r--r--.linux/xorg.conf/50-elan-trackpad.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/.linux/xorg.conf/50-elan-trackpad.conf b/.linux/xorg.conf/50-elan-trackpad.conf
new file mode 100644
index 0000000..e000ab0
--- /dev/null
+++ b/.linux/xorg.conf/50-elan-trackpad.conf
@@ -0,0 +1,30 @@
1Section "InputClass"
2 Identifier "SYNA8004:00 06CB:CD8B Touchpad"
3 MatchIsTouchpad "on"
4# MatchProduct "Touchpad"
5# MatchVendor "SYNA8004:00 06CB:CD8B"
6 Driver "libinput"
7 Option "ClickMethod" "clickfinger"
8 Option "ScrollMethod" "twofinger"
9 Option "NaturalScrolling" "on"
10 Option "Tapping" "on"
11 Option "TappingDrag" "on"
12EndSection
13
14
15# Device 'SYNA8004:00 06CB:CD8B Touchpad':
16# libinput Tapping Enabled (328): 1
17# libinput Tapping Drag Enabled (330): 1
18# libinput Natural Scrolling Enabled (310): 1
19# libinput Scroll Method Enabled (313): 1, 0, 0 # 1, 1, 0
20# libinput Click Method Enabled (339): 0, 1 # 1, 1
21
22
23
24
25
26#xinput set-prop 12 "libinput Tapping Enabled" 1
27#xinput set-prop 12 "libinput Tapping Drag Enabled" 1
28#xinput set-prop 12 "libinput Natural Scrolling Enabled" 1
29#xinput set-prop 12 "libinput Scroll Method Enabled" 1 0 0
30#xinput set-prop 12 "libinput Click Method Enabled" 0 1