dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 6b56e25b73f845a9f8f24785c7aa37748359ec03
parent 33a2fddf06d6309c421b9ae2ae67ff253c482ae4
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 19 Jun 2021 17:40:45 +0100

.s/i/keyboard: change scroll speed

Diffstat:
M.scripts/input/keyboard | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.scripts/input/keyboard b/.scripts/input/keyboard @@ -8,3 +8,4 @@ xinput set-prop "$device" "Coordinate Transformation Matrix" 4 0 0 0 4 0 0 0 4 xinput set-prop "$device" "libinput Accel Speed" 2 xinput set-prop "$device" "libinput Button Scrolling Button" 3 xinput set-prop "$device" 'libinput Scroll Method Enabled' 0 0 1 +xset r rate 200 40 &