Compare commits

..

No commits in common. "d14a93b46bc16ff3796bfb390a68dc2a9d928829" and "d1da9e1631f5e78cfe7e1dafd5a290543f0622d8" have entirely different histories.

View File

@ -140,8 +140,8 @@ PKG_DNF=(
ncdu cpu-x glances stacer
jdupes
keepassxc
#alacritty
kitty
alacritty
#tilix
nextcloud-client
# fonts...
@ -465,12 +465,13 @@ 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
dwt=enabled
scroll-factor=0.3
# for more info on options see:
# https://gitlab.com/warningnonpotablewater/libinput-config
scroll-factor=0.2
gesture-speed=1.5
EOF
) }