Add touchpad tap-to-click
This commit is contained in:
parent
06ac8d77db
commit
1b9075d8c5
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ exec swayidle -w timeout 1800 'swaylock -f -C ~/.config/swaylock/config' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'swaylock -f -C ~/.config/swaylock/config'
|
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
|
## Exec on start
|
||||||
################
|
################
|
||||||
|
|
Loading…
Add table
Reference in a new issue