aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 &