Answer the question
In order to leave comments, you need to log in
How to save xinput settings when idle?
When logging into the system, the following script is launched:
#!/bin/bash
nova_mouse_id=$(xinput list | grep pointer | grep NOVA | grep -o [0-9][0-9])
xinput set-prop $nova_mouse_id 'Evdev Wheel Emulation' 1
xinput set-prop $nova_mouse_id 'Evdev Wheel Emulation Axes' 6 7 4 5
xinput set-prop $nova_mouse_id 'Evdev Wheel Emulation Button' 3
Answer the question
In order to leave comments, you need to log in
When logging into the system, the following script is launched: - Where exactly did you put the launch of this script?
Adding these lines to the profile is not suitable?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question