Compare commits

...

2 Commits

Author SHA1 Message Date
d14a93b46b minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-17 19:05:54 +03:00
ddf1600ea5 minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-02-17 19:02:42 +03:00

View File

@ -140,8 +140,8 @@ PKG_DNF=(
ncdu cpu-x glances stacer
jdupes
keepassxc
alacritty
#tilix
#alacritty
kitty
nextcloud-client
# fonts...
@ -465,13 +465,12 @@ 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
dwt=enabled
scroll-factor=0.3
gesture-speed=1.5
EOF
) }