added a command to disable mouse acceleration for the X220 trackpoint
This commit is contained in:
parent
a01de13986
commit
41bbaa16d1
1
rc.lua
1
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")
|
||||
|
Loading…
Reference in New Issue
Block a user