summarylogtreecommitdiffstats
path: root/11-evdev-mouse-debounce.conf
blob: 6d2a6aa7c467e20764ec299dd9a57e68d9eb9071 (plain)
1
2
3
4
5
6
7
8
Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Option "DebounceDelay" "50"
        Driver "evdev"
EndSection