From 288c436572c5374d668dc52da41fdd3378966766 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 30 Dec 2017 16:31:23 +0300 Subject: [PATCH] .xinitrc: Set mouse acceleration --- .xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 7fe7d0f..e6fe19f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -37,7 +37,9 @@ setxkbmap -layout 'us,ru' -variant ',common' -option 'grp:toggle,compose:rctrl,l # X settings: shorter beep #xset b 50 400 50 -# autorepeat +# mouse acceleration +xset m 5/2 +# keyboard autorepeat xset r on # screen saver 5 minutes xset s 300 300 -- 2.39.2