From 8a59188e88e34144d46860778ab0f96729ad7830 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 10 Oct 2022 10:15:27 +0200 Subject: [PATCH] add tap to click --- arch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index 0351a88..574903d 100644 --- a/arch.sh +++ b/arch.sh @@ -275,7 +275,8 @@ then gsettings set org.gnome.desktop.interface icon-theme "Dracula" gsettings set org.gnome.gedit.preferences.editor scheme "oblivion" - # Add gesture + # Add gesture and tap on touchpad + gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true systemctl enable touchegg.service systemctl start touchegg