From 1bde6840359e607e32005671e3ba40be5609346a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 26 Nov 2016 23:04:27 +1300 Subject: Speed up my mouse --- X/xinitrc | 3 +++ 1 file changed, 3 insertions(+) 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 & -- cgit v1.2.3