]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/blob - 90-libinput.conf
- up to 0.14.0
[packages/xorg-driver-input-libinput.git] / 90-libinput.conf
1 # Match on all types of devices but tablet devices and joysticks
2
3 Section "InputClass"
4         Identifier "libinput pointer catchall"
5         MatchIsPointer "on"
6         MatchDevicePath "/dev/input/event*"
7         Driver "libinput"
8 EndSection
9
10 Section "InputClass"
11         Identifier "libinput keyboard catchall"
12         MatchIsKeyboard "on"
13         MatchDevicePath "/dev/input/event*"
14         Driver "libinput"
15 EndSection
16
17 Section "InputClass"
18         Identifier "libinput touchpad catchall"
19         MatchIsTouchpad "on"
20         MatchDevicePath "/dev/input/event*"
21         Driver "libinput"
22 EndSection
23
24 Section "InputClass"
25         Identifier "libinput touchscreen catchall"
26         MatchIsTouchscreen "on"
27         MatchDevicePath "/dev/input/event*"
28         Driver "libinput"
29 EndSection
This page took 0.208105 seconds and 3 git commands to generate.