From dc6bf773ea82faaf7e1322b88ed273c21a088ad0 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 4 Nov 2024 23:13:12 +0100 Subject: [PATCH] bin: Add fitX Sometimes after an update my key repeat rate and touchpad settings are messed up. This script fixes these quickly. --- .local/bin/fixX | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/fixX diff --git a/.local/bin/fixX b/.local/bin/fixX new file mode 100755 index 0000000..b3a0e5e --- /dev/null +++ b/.local/bin/fixX @@ -0,0 +1,7 @@ +#!/bin/sh +# See xinitrc for the values + +xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1 +xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Natural Scrolling Enabled" 1 +xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Accel Speed" 0.45 +xset r rate 300 50