diff options
Diffstat (limited to '.scripts/inputset')
-rwxr-xr-x | .scripts/inputset | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.scripts/inputset b/.scripts/inputset new file mode 100755 index 0000000..ca1c5af --- /dev/null +++ b/.scripts/inputset @@ -0,0 +1,10 @@ +#!/bin/sh + +setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl -option "caps:swapescape" +xmodmap -e "keysym Menu = Super_R" +xset r rate 300 50 + +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 Profile Enabled" 1 0 |