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 | |
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-- | etc/wsconsctl.conf | 2 | ||||
-rw-r--r-- | home/.xsession | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/wsconsctl.conf b/etc/wsconsctl.conf index a86c7db9..05f29b6a 100644 --- a/etc/wsconsctl.conf +++ b/etc/wsconsctl.conf @@ -2,7 +2,7 @@ display.brightness=50% keyboard.backlight=0% mouse1.tp.tapping=1 -mouse1.tp.scaling=0.1 +mouse1.tp.scaling=0.2 mouse1.reverse_scrolling=1 keyboard1.repeat.del1=200 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 \ |