From a9ddb26d53ad9a48b08ac4b7bf6c74bf488abe9e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 11 Aug 2019 10:58:04 -0400 Subject: [PATCH] shell: tweak trackpoint sensitivity accel speed on jirud --- .config/profiles/jirud | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/profiles/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 -- 2.20.1