Move xinput stuff to .profile
This commit is contained in:
parent
0dbf6b2322
commit
383647afdb
3 changed files with 2 additions and 2 deletions
2
.profile
2
.profile
|
@ -3,3 +3,5 @@ export PATH="$HOME/.cargo/bin:$PATH"
|
|||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
|
||||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
|
@ -3,7 +3,6 @@ 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]: "
|
||||
|
|
Loading…
Reference in a new issue