From: Amin Bandali Date: Sun, 11 Aug 2019 14:58:04 +0000 (-0400) Subject: shell: tweak trackpoint sensitivity accel speed on jirud X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/a9ddb26d53ad9a48b08ac4b7bf6c74bf488abe9e shell: tweak trackpoint sensitivity accel speed on jirud --- diff --git a/.config/profiles/jirud b/.config/profiles/jirud new file mode 100644 index 0000000..6ee2a39 --- /dev/null +++ b/.config/profiles/jirud @@ -0,0 +1,3 @@ +if [ -x "$(command -v xinput)" ]; then + xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4 +fi