]> git.phdru.name Git - dotfiles.git/commitdiff
.xinitrc: Set mouse acceleration
authorOleg Broytman <phd@phdru.name>
Sat, 30 Dec 2017 13:31:23 +0000 (16:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 30 Dec 2017 13:31:23 +0000 (16:31 +0300)
.xinitrc

index 7fe7d0fda5a5d5dbdff62020b39759dbfe5b2963..e6fe19f1534c301c84490abe756b5dcbaf9cf3db 100644 (file)
--- 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