dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 1b9075d8c542905de0559a4e1e21d92cf9c82409
parent 06ac8d77db6a6821073c67c24c09d3b5a7a5b31a
Author: mokou <mokou@posteo.de>
Date:   Sat,  2 May 2020 19:07:49 +0200

Add touchpad tap-to-click

Diffstat:
Mdot_config/sway/config | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

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