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 | d2a8ff6c3dbb87c87cfa57a472bcecd558ce2859 (patch) | |
tree | 6c0a2f836163d943a9abdebfc09378375239d3b8 /home | |
parent | Use xsel in up and add it do install.sh (diff) | |
download | src-d2a8ff6c3dbb87c87cfa57a472bcecd558ce2859.tar.gz src-d2a8ff6c3dbb87c87cfa57a472bcecd558ce2859.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 \ |