Add tap-to-click for sway

This commit is contained in:
askiiart 2023-11-23 12:19:53 -06:00
parent 4f3b8d8a51
commit c92291d12b
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
10 changed files with 88 additions and 75 deletions
sway/config.d

4
sway/config.d/touchpad Normal file
View file

@ -0,0 +1,4 @@
input * {
tap enabled
#natural_scroll enabled
}