diff options
author | June McEnroe <june@causal.agency> | 2021-02-08 17:23:34 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-08 17:23:34 -0500 |
commit | 7a61e3a223e44ada59d4f860f1c76a4406d1dcb4 (patch) | |
tree | fbf0a25badd3cc91d260c861b4df702487ee47eb /home/.xsession | |
parent | Use xsel in up and add it do install.sh (diff) | |
download | src-7a61e3a223e44ada59d4f860f1c76a4406d1dcb4.tar.gz src-7a61e3a223e44ada59d4f860f1c76a4406d1dcb4.zip |
Tweak trackpad scaling, mouse acceleration
This feels more comfortable.
Diffstat (limited to '')
-rw-r--r-- | home/.xsession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession index 9aa6787d..c07e546b 100644 --- a/home/.xsession +++ b/home/.xsession @@ -1,7 +1,7 @@ . ~/.profile export LC_CTYPE=C.UTF-8 -xset r rate 175 m 4 +xset r rate 175 m 5/4 0 xmodmap ~/.config/X/modmap xrdb -load ~/.config/X/resources xsetroot -bitmap /usr/X11R6/include/X11/bitmaps/xsnow \ |