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 ################