minor tweak...

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

View File

@ -468,7 +468,8 @@ function feature-libinput-config(){ (
# 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 cat <<-EOF | sudo tee -a /etc/libinput.conf > /dev/null
scroll-factor=0.2 dwt=enabled
scroll-factor=0.3
gesture-speed=1.5 gesture-speed=1.5
EOF EOF