mirror of
https://github.com/flynx/post-install.git
synced 2025-12-26 05:02:00 +00:00
Compare commits
2 Commits
d1da9e1631
...
d14a93b46b
| Author | SHA1 | Date | |
|---|---|---|---|
| d14a93b46b | |||
| ddf1600ea5 |
11
post-install
11
post-install
@ -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,12 @@ 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
|
dwt=enabled
|
||||||
|
scroll-factor=0.3
|
||||||
gesture-speed=1.5
|
gesture-speed=1.5
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
) }
|
) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user