From dbf6639677796336bdb345efb70736d29c44f60f Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 24 Nov 2023 00:44:34 -0500 Subject: Add my bash scripts --- local/bin/laptop-xinput_setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 local/bin/laptop-xinput_setup.sh (limited to 'local/bin/laptop-xinput_setup.sh') diff --git a/local/bin/laptop-xinput_setup.sh b/local/bin/laptop-xinput_setup.sh new file mode 100755 index 0000000..e471869 --- /dev/null +++ b/local/bin/laptop-xinput_setup.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# See https://wiki.archlinux.org/title/Libinput + +#xinput list +#xinput list-props + +pulse15() { + xinput set-prop "UNIW0001:00 093A:0255 Touchpad" "libinput Tapping Enabled" 1 + #xinput set-prop "UNIW0001:00 093A:0255 Touchpad" "libinput Tapping Enabled Default" 1 +} + +pulse15 -- cgit v1.2.3