scripts/mouse-settings

7 lines
175 B
Plaintext
Raw Normal View History

2023-08-23 19:52:23 +02:00
#!/bin/sh
2023-12-10 18:50:10 +01:00
id=$(xinput list --id-only 'pointer:Logitech G305')
2023-08-23 19:52:23 +02:00
2023-12-10 18:50:10 +01:00
xinput --set-prop "$id" 'libinput Accel Speed' 0
xinput --set-prop "$id" 'libinput Accel Profile Enabled' 0, 1