Guest User

Untitled

a guest
Nov 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. xinput --list --short
  2. xinput --list-props "Logitech MX Ergo"
  3. # keyboard, pointer share the same /dev/ node
  4. xinput --list-props "keyboard:Logitech MX Ergo"
  5. xinput --list-props "pointer:Logitech MX Ergo"
  6.  
  7. # this is not super helpful, but better than nothing. [-1.0,1.0]
  8. xinput --set-prop "pointer:Logitech MX Ergo" "libinput Accel Speed" 1.000
Add Comment
Please, Sign In to add comment