How to make a program that finds id's of xinput devices and sets xinput some settings

前端 未结 6 1854
天命终不由人
天命终不由人 2020-12-24 07:30

I have a G700 mouse connected to my computer. The problem with this mouse in Linux (Ubuntu) is that the sensitivity is very high. I also don\'t like mouse acceleration, so I

6条回答
  •  Happy的楠姐
    2020-12-24 07:48

    If the device name is always the same, in this case Logitech G700 Laser Mouse, you can search for matching device IDs by running

    xinput list --id-only 'Logitech G700 Laser Mouse'
    

提交回复
热议问题