From 41bbaa16d18a0c9864ea2dfdff495bf17ff9f302 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 25 Oct 2021 15:31:59 +1100 Subject: [PATCH] added a command to disable mouse acceleration for the X220 trackpoint --- rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua b/rc.lua index c9f2c55..4ed8868 100644 --- a/rc.lua +++ b/rc.lua @@ -693,6 +693,7 @@ awful.spawn.with_shell( 'nextcloud;' .. 'SSH_ASKPASS_REQUIRE=force ssh-add;' .. 'xinput set-prop "Logitech MX518 Gaming Mouse" "libinput Accel Profile Enabled" 0, 0;' .. + 'xinput set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Profile Enabled" 0, 0;' .. 'dex --environment Awesome --autostart --search-paths "$XDG_CONFIG_DIRS/autostart:$XDG_CONFIG_HOME/autostart";' -- https://github.com/jceb/dex ) gears.wallpaper.set("#000000")