diff options
-rw-r--r-- | .config/profiles/jirud | 3 |
1 files changed, 3 insertions, 0 deletions
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 |