added a command to disable mouse acceleration for the X220 trackpoint

This commit is contained in:
Izaya 2021-10-25 15:31:59 +11:00
parent a01de13986
commit 41bbaa16d1
1 changed files with 1 additions and 0 deletions

1
rc.lua
View File

@ -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")