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