summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-01-28 20:59:05 -0800
committerMike Crute <crutem@amazon.com>2019-01-28 20:59:05 -0800
commitd76ac8834de529c6ce733d50ee4119dc8e3aaebf (patch)
tree1dbbe085dcd09ecab3e6fb27fa591fe5affa0a0d /.linux
parent7131bac7d7fd7e5c9e9b14e2737c74b181687de7 (diff)
downloaddotfiles-d76ac8834de529c6ce733d50ee4119dc8e3aaebf.tar.bz2
dotfiles-d76ac8834de529c6ce733d50ee4119dc8e3aaebf.tar.xz
dotfiles-d76ac8834de529c6ce733d50ee4119dc8e3aaebf.zip
Update xorg devices for new laptop
Diffstat (limited to '.linux')
-rw-r--r--.linux/xorg.conf/50-dell-touchpad.conf14
-rw-r--r--.linux/xorg.conf/50-magic-trackpad.conf10
2 files changed, 24 insertions, 0 deletions
diff --git a/.linux/xorg.conf/50-dell-touchpad.conf b/.linux/xorg.conf/50-dell-touchpad.conf
index c0be220..9a966f0 100644
--- a/.linux/xorg.conf/50-dell-touchpad.conf
+++ b/.linux/xorg.conf/50-dell-touchpad.conf
@@ -1,3 +1,4 @@
1# Trackpad on 9370
1Section "InputClass" 2Section "InputClass"
2 Identifier "Dell Trackpad" 3 Identifier "Dell Trackpad"
3 MatchProduct "DELL07E6:00 06CB:76AF Touchpad" 4 MatchProduct "DELL07E6:00 06CB:76AF Touchpad"
@@ -9,3 +10,16 @@ Section "InputClass"
9 Option "MiddleEmulation" "on" 10 Option "MiddleEmulation" "on"
10 Option "TappingButtonMap" "lrm" 11 Option "TappingButtonMap" "lrm"
11EndSection 12EndSection
13
14# Trackpad on 9380
15Section "InputClass"
16 Identifier "Dell Trackpad"
17 MatchProduct "DELL08AF:00 06CB:76AF Touchpad"
18 Driver "libinput"
19 Option "ClickMethod" "clickfinger"
20 Option "NaturalScrolling" "on"
21 Option "Tapping" "on"
22 Option "TappingDrag" "on"
23 Option "MiddleEmulation" "on"
24 Option "TappingButtonMap" "lrm"
25EndSection
diff --git a/.linux/xorg.conf/50-magic-trackpad.conf b/.linux/xorg.conf/50-magic-trackpad.conf
index fb2c69f..a923d98 100644
--- a/.linux/xorg.conf/50-magic-trackpad.conf
+++ b/.linux/xorg.conf/50-magic-trackpad.conf
@@ -7,3 +7,13 @@ Section "InputClass"
7 Option "Tapping" "on" 7 Option "Tapping" "on"
8 Option "TappingDrag" "on" 8 Option "TappingDrag" "on"
9EndSection 9EndSection
10
11Section "InputClass"
12 Identifier "Magic Trackpad 2"
13 MatchProduct "Apple Inc. Magic Trackpad 2"
14 Driver "libinput"
15 Option "ClickMethod" "clickfinger"
16 Option "NaturalScrolling" "on"
17 Option "Tapping" "on"
18 Option "TappingDrag" "on"
19EndSection