mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Compare commits
2 Commits
fd9122ffae
...
c2a16e93f7
Author | SHA1 | Date | |
---|---|---|---|
|
c2a16e93f7 | ||
|
f8a36cf207 |
@ -75,14 +75,14 @@ input 1:1:AT_Translated_Set_2_keyboard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
accel_profile flat
|
pointer_accel -0.35
|
||||||
pointer_accel 0.3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
accel_profile adaptive
|
accel_profile adaptive
|
||||||
pointer_accel -0.3
|
pointer_accel -0.3
|
||||||
tap enabled
|
tap enabled
|
||||||
|
dwt disabled
|
||||||
}
|
}
|
||||||
|
|
||||||
###END###
|
###END###
|
||||||
|
6
.zshrc
6
.zshrc
@ -96,6 +96,12 @@ dmpv () {
|
|||||||
disown
|
disown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# run mpd if not running
|
||||||
|
ncmpcpp () {
|
||||||
|
pidof mpd > /dev/null || mpd.sh > /dev/null || true
|
||||||
|
command ncmpcpp
|
||||||
|
}
|
||||||
|
|
||||||
#config location
|
#config location
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
export XDG_CACHE_HOME=$HOME/.cache
|
export XDG_CACHE_HOME=$HOME/.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user