Add touchpad tap-to-click

This commit is contained in:
mokou 2020-05-02 19:07:49 +02:00
parent 06ac8d77db
commit 1b9075d8c5

View file

@ -146,6 +146,11 @@ exec swayidle -w timeout 1800 'swaylock -f -C ~/.config/swaylock/config' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -C ~/.config/swaylock/config'
# Touchpad tap-to-click
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
tap enabled
}
################
## Exec on start
################