Add global gitignore and remove mouse accel
This commit is contained in:
parent
ecc95cf917
commit
c92a6dbf00
|
@ -13,6 +13,7 @@
|
|||
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = /home/daniel/.home/.gitignore
|
||||
|
||||
[http "https://gopkg.in"]
|
||||
followRedirects = true
|
||||
|
|
|
@ -34,6 +34,10 @@ input type:keyboard {
|
|||
# xkb_options ctrl:nocaps
|
||||
}
|
||||
|
||||
input type:pointer {
|
||||
pointer_accel 0
|
||||
}
|
||||
|
||||
input type:touchpad {
|
||||
dwt enabled
|
||||
tap enabled
|
||||
|
|
Reference in a new issue