Compare commits

..

No commits in common. "0d7d5591705c835105b6d9fd13ce5679e52bd412" and "6e919f072da42bbea85cf714b4092ade61b868eb" have entirely different histories.

View File

@ -427,8 +427,6 @@ function feature-vim(){
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# see:
# https://github.com/rvaiya/keyd
function feature-keyd(){ (
@ mkdir -p ~/work/EXTERNAL
@ cd ~/work/EXTERNAL
@ -446,36 +444,6 @@ function feature-keyd(){ (
) }
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# see:
# https://gitlab.com/warningnonpotablewater/libinput-config
# https://www.reddit.com/r/Fedora/comments/qn0o9w/adjust_touchpad_scroll_speed_enable_mouse_wheel/
function feature-libinput-config(){ (
@ sudo dnf install libinput libinput-devel systemd-devel
@ mkdir -p ~/work/EXTERNAL
@ cd ~/work/EXTERNAL
if ! [ -d libinput-config ] ; then
@ git clone https://gitlab.com/warningnonpotablewater/libinput-config.git
fi
@ cd libinput-config
@ meson build
@ cd build
@ ninja
@ sudo ninja install
# 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
gesture-speed=1.5
EOF
) }
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function feature-bashctrl(){ (
@ mkdir -p ~/work/
@ -586,14 +554,12 @@ EOF
# - hibernate works on the second try only...
function feature-s1yoga-syspend(){
# XXX did not figure this one out yet...
true
}
function feature-s1yoga-hibernate(){
# XXX did not figure this one out yet...
# XXX HACK (will this work?)
# if hibernate fails retry once
# if second try fails beep
true
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -