From 1b9075d8c542905de0559a4e1e21d92cf9c82409 Mon Sep 17 00:00:00 2001 From: mokou Date: Sat, 2 May 2020 19:07:49 +0200 Subject: [PATCH] Add touchpad tap-to-click --- dot_config/sway/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/sway/config b/dot_config/sway/config index 17bfcb1..7f9bf7c 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -146,6 +146,11 @@ exec swayidle -w timeout 1800 'swaylock -f -C ~/.config/swaylock/config' \ resume 'swaymsg "output * dpms on"' \ 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 ################