Skip to content

Commit

Permalink
Update libinput Accel Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Apr 16, 2024
1 parent 366b5f2 commit 6752a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/x
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ "$1" = "-r" ]]; then
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' -0.${2:-1}
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Profile Enabled' 0 1
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.${2:-2}
xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.${2:-4}
hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8
exit
fi
Expand Down

0 comments on commit 6752a1b

Please sign in to comment.