shell: tweak trackpoint sensitivity accel speed on jirud
[~bandali/configs] / .config / profiles / jirud
1 if [ -x "$(command -v xinput)" ]; then
2 xinput --set-prop "TPPS/2 IBM TrackPoint" 'libinput Accel Speed' -0.4
3 fi