summary refs log tree commit diff
path: root/home/.xsession
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 /home/.xsession
parentSet colours for Xt and cwm (diff)
downloadsrc-12ffba1ec387633a2763d88602d97bfce9b4bc81.tar.gz
src-12ffba1ec387633a2763d88602d97bfce9b4bc81.zip
Enable mouse acceleration in X
Diffstat (limited to '')
-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 \
>2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe