From 7a61e3a223e44ada59d4f860f1c76a4406d1dcb4 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 8 Feb 2021 17:23:34 -0500 Subject: Tweak trackpad scaling, mouse acceleration This feels more comfortable. --- etc/wsconsctl.conf | 2 +- 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 \ -- cgit 1.4.1