summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-07 17:55:55 -0500
committerJune McEnroe <june@causal.agency>2021-02-07 17:55:55 -0500
commit12ffba1ec387633a2763d88602d97bfce9b4bc81 (patch)
tree54e1360f6b5208b203ea63ce7180d6bd4ffd268a
parentSet colours for Xt and cwm (diff)
downloadsrc-12ffba1ec387633a2763d88602d97bfce9b4bc81.tar.gz
src-12ffba1ec387633a2763d88602d97bfce9b4bc81.zip
Enable mouse acceleration in X
-rw-r--r--home/.xsession2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession
index 7563acc9..0f760261 100644
--- a/home/.xsession
+++ b/home/.xsession
@@ -1,5 +1,5 @@
 . ~/.profile
-xset r rate 175
+xset r rate 175 m 4
 xmodmap ~/.config/X/modmap
 xrdb -load ~/.config/X/resources
 xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \
Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe