minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-02-17 19:02:42 +03:00
parent d1da9e1631
commit ddf1600ea5

View File

@ -140,8 +140,8 @@ PKG_DNF=(
ncdu cpu-x glances stacer ncdu cpu-x glances stacer
jdupes jdupes
keepassxc keepassxc
alacritty #alacritty
#tilix kitty
nextcloud-client nextcloud-client
# fonts... # fonts...
@ -465,13 +465,11 @@ function feature-libinput-config(){ (
@ sudo ninja install @ sudo ninja install
# config... # config...
cat <<-EOF | sudo tee -a /etc/libinput.conf > /dev/null
# for more info on options see: # for more info on options see:
# https://gitlab.com/warningnonpotablewater/libinput-config # https://gitlab.com/warningnonpotablewater/libinput-config
cat <<-EOF | sudo tee -a /etc/libinput.conf > /dev/null
scroll-factor=0.2 scroll-factor=0.2
gesture-speed=1.5 gesture-speed=1.5
EOF EOF
) } ) }