From f031336317b938b99d84a565fb78601bb7f75188 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 21 Nov 2021 22:09:18 -0500 Subject: [PATCH] sway: config: enable tapping on touchpads --- sway/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index e13f722..3c0208d 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -223,6 +223,10 @@ input "*" { xkb_options compose:ralt } +input type:touchpad { + tap enabled +} + client.focused 00000000 00000000 00000000 00000000 client.focused_inactive 00000000 00000000 00000000 00000000 client.unfocused 00000000 00000000 00000000 00000000