Move xinput stuff to .profile

This commit is contained in:
Leon Grünewald 2021-01-16 11:25:27 +01:00
parent 0dbf6b2322
commit 383647afdb
3 changed files with 2 additions and 2 deletions

View file

@ -3,3 +3,5 @@ export PATH="$HOME/.cargo/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share" export XDG_DATA_HOME="$HOME/.local/share"
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9

View file

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

View file

@ -3,7 +3,6 @@ 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]: "