Last active
December 6, 2022 13:32
-
-
Save ashang/017ff38f1c56a5a491c7aaf916fcc675 to your computer and use it in GitHub Desktop.
To have touchpad tap to click in sway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + | |
| +input "type:touchpad" { | |
| + dwt enabled | |
| + tap enabled | |
| + middle_emulation enabled | |
| + natural_scroll enabled | |
| +} |
Author
Author
One line:
input "type:touchpad" tap enabled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works without specifying input identifiers.