mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
Compare commits
No commits in common. "c2a16e93f7f39ae8669fec0abd696f79d8272a21" and "fd9122ffaed31e8457229a594c59768ae356018f" have entirely different histories.
c2a16e93f7
...
fd9122ffae
@ -75,14 +75,14 @@ input 1:1:AT_Translated_Set_2_keyboard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
pointer_accel -0.35
|
accel_profile flat
|
||||||
|
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,12 +96,6 @@ 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