From c429fcc798799806229501df30084b41677d54e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Einar=20J=C3=B8rgen=20Haraldseid?= Date: Wed, 1 Mar 2017 22:02:57 +0100 Subject: [PATCH 1/1] Added a trivial script to fix the middle mouse on thinkpad keyboards, to be run at login --- fixmiddlemouse.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 fixmiddlemouse.sh 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 -- 2.30.2