Add device settings
This commit is contained in:
parent
afe44419d9
commit
c1c2fab5d3
2 changed files with 2 additions and 0 deletions
1
.zcustom/devices.zsh
Normal file
1
.zcustom/devices.zsh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
|
@ -3,6 +3,7 @@ source ~/.zcustom/p9k.zsh
|
||||||
source ~/.zcustom/env.zsh
|
source ~/.zcustom/env.zsh
|
||||||
source ~/.zcustom/alias.zsh
|
source ~/.zcustom/alias.zsh
|
||||||
source ~/.zcustom/motd.zsh
|
source ~/.zcustom/motd.zsh
|
||||||
|
source ~/.zcustom/devices.zsh
|
||||||
|
|
||||||
if ! zplug check --verbose; then
|
if ! zplug check --verbose; then
|
||||||
printf "Install? [y/N]: "
|
printf "Install? [y/N]: "
|
||||||
|
|
Loading…
Reference in a new issue