From: Einar Jørgen Haraldseid Date: Wed, 1 Mar 2017 21:02:57 +0000 (+0100) Subject: Added a trivial script to fix the middle mouse on thinkpad keyboards, to be run at... X-Git-Url: https://git.slaskete.net/einar-bin/commitdiff_plain/c429fcc798799806229501df30084b41677d54e9?hp=-c Added a trivial script to fix the middle mouse on thinkpad keyboards, to be run at login --- c429fcc798799806229501df30084b41677d54e9 diff --git a/fixmiddlemouse.sh b/fixmiddlemouse.sh new file mode 100755 index 0000000..c75ff6e --- /dev/null +++ b/fixmiddlemouse.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# Fix the middle mouse on the TrackPoint +xinput --set-prop "TPPS/2 IBM TrackPoint" "libinput Scroll Method Enabled" 0 0 0