From 0d7d5591705c835105b6d9fd13ce5679e52bd412 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 Sep 2023 22:17:52 +0300 Subject: [PATCH] more tweaks... Signed-off-by: Alex A. Naanou --- post-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-install b/post-install index 72fcebb..4316f83 100755 --- a/post-install +++ b/post-install @@ -465,8 +465,11 @@ function feature-libinput-config(){ ( # config... cat <<-EOF | sudo tee -a /etc/libinput.conf > /dev/null +# for more info on options see: +# https://gitlab.com/warningnonpotablewater/libinput-config scroll-factor=0.2 +gesture-speed=1.5 EOF