Skip to content

Instantly share code, notes, and snippets.

@ashang
Last active December 6, 2022 13:32
Show Gist options
  • Select an option

  • Save ashang/017ff38f1c56a5a491c7aaf916fcc675 to your computer and use it in GitHub Desktop.

Select an option

Save ashang/017ff38f1c56a5a491c7aaf916fcc675 to your computer and use it in GitHub Desktop.
To have touchpad tap to click in sway
+
+input "type:touchpad" {
+ dwt enabled
+ tap enabled
+ middle_emulation enabled
+ natural_scroll enabled
+}
@ashang

ashang commented Dec 6, 2022

Copy link
Copy Markdown
Author

This works without specifying input identifiers.

@ashang

ashang commented Dec 6, 2022

Copy link
Copy Markdown
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