aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-26 23:04:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-26 23:04:27 +1300
commit1bde6840359e607e32005671e3ba40be5609346a (patch)
treed8db7b9ac85f1e817e2922981b923d708abbed50
parentCentralize cf(1df)/cfr(1df) (diff)
downloaddotfiles-1bde6840359e607e32005671e3ba40be5609346a.tar.gz
dotfiles-1bde6840359e607e32005671e3ba40be5609346a.zip
Speed up my mouse
-rw-r--r--X/xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/X/xinitrc b/X/xinitrc
index 1aaa3810..5763d6ca 100644
--- a/X/xinitrc
+++ b/X/xinitrc
@@ -11,6 +11,9 @@ fi
# Read X resources
xrdb "$HOME"/.Xresources
+# Faster mouse acceleration with a natural threshold
+xset m 5/2 0
+
# Start dunst(1) to display libnotify messages
dunst &