Add device settings

This commit is contained in:
Leon Grünewald 2020-08-30 11:03:18 +02:00
parent afe44419d9
commit c1c2fab5d3
2 changed files with 2 additions and 0 deletions

1
.zcustom/devices.zsh Normal file
View file

@ -0,0 +1 @@
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9

View file

@ -3,6 +3,7 @@ source ~/.zcustom/p9k.zsh
source ~/.zcustom/env.zsh
source ~/.zcustom/alias.zsh
source ~/.zcustom/motd.zsh
source ~/.zcustom/devices.zsh
if ! zplug check --verbose; then
printf "Install? [y/N]: "