From d14a93b46bc16ff3796bfb390a68dc2a9d928829 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 17 Feb 2024 19:05:54 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install b/post-install index f4b5d16..59d2ab2 100755 --- a/post-install +++ b/post-install @@ -468,7 +468,8 @@ function feature-libinput-config(){ ( # for more info on options see: # https://gitlab.com/warningnonpotablewater/libinput-config cat <<-EOF | sudo tee -a /etc/libinput.conf > /dev/null -scroll-factor=0.2 +dwt=enabled +scroll-factor=0.3 gesture-speed=1.5 EOF