From ddf1600ea5a949fa7dc6b2067d2dbe869c4ee3ec Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 17 Feb 2024 19:02:42 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- post-install | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/post-install b/post-install index f325bfa..f4b5d16 100755 --- a/post-install +++ b/post-install @@ -140,8 +140,8 @@ PKG_DNF=( ncdu cpu-x glances stacer jdupes keepassxc - alacritty - #tilix + #alacritty + kitty nextcloud-client # fonts... @@ -465,13 +465,11 @@ function feature-libinput-config(){ ( @ sudo ninja install # config... + # for more info on options see: + # https://gitlab.com/warningnonpotablewater/libinput-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 ) }