1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +08:00

Compare commits

..

2 Commits

Author SHA1 Message Date
juan
c2a16e93f7 disable dwt to fix trackpad and add auto mpd 2021-11-25 22:59:00 +08:00
juan
f8a36cf207 tune the pointer speed 2021-11-12 09:24:55 +08:00
2 changed files with 8 additions and 2 deletions

View File

@ -75,14 +75,14 @@ input 1:1:AT_Translated_Set_2_keyboard {
}
input type:pointer {
accel_profile flat
pointer_accel 0.3
pointer_accel -0.35
}
input type:touchpad {
accel_profile adaptive
pointer_accel -0.3
tap enabled
dwt disabled
}
###END###

6
.zshrc
View File

@ -96,6 +96,12 @@ dmpv () {
disown
}
# run mpd if not running
ncmpcpp () {
pidof mpd > /dev/null || mpd.sh > /dev/null || true
command ncmpcpp
}
#config location
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache