From: Oleg Broytman Date: Sat, 30 Dec 2017 13:31:23 +0000 (+0300) Subject: .xinitrc: Set mouse acceleration X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=288c436572c5374d668dc52da41fdd3378966766;p=dotfiles.git .xinitrc: Set mouse acceleration --- 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