diff options
author | Marvin Borner | 2023-05-17 17:45:18 +0200 |
---|---|---|
committer | Marvin Borner | 2023-05-17 17:53:44 +0200 |
commit | b96beb25dcb0511f38c13b07c44cc929d5fd53ad (patch) | |
tree | d4c3a9cfed6f9776ad27e79b1cff1c6838a7f9c4 /.scripts/inputset | |
parent | a8a6c3a400174cf476ec8e75bb2e5a5b0afb34da (diff) |
Sync
Diffstat (limited to '.scripts/inputset')
-rwxr-xr-x | .scripts/inputset | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/inputset b/.scripts/inputset index 2354df3..eab50ca 100755 --- a/.scripts/inputset +++ b/.scripts/inputset @@ -2,11 +2,11 @@ setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl -option "caps:swapescape" xmodmap -e "keysym Menu = Super_R" -xset r rate 300 50 +xset r rate 300 100 xinput set-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 0 xinput set-prop "pointer:Logitech MX Master 2S" "libinput High Resolution Wheel Scroll Enabled" 0 -xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" 0.4 +xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" 0.6 xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Profile Enabled" 1 0 #echo -n 1 | sudo tee /sys/devices/platform/i8042/serio1/serio2/press_to_select |