diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2024-09-11 04:25:38 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2024-09-11 04:25:38 +0900 |
| commit | 37ff7062874b72bafa99afe661f42653565ed511 (patch) | |
| tree | 60372bf7fdb94c9034c7d1cc5a17cd7df526c4fc /local/bin/laptop-xinput_setup.sh | |
| parent | dca319b8d9d221f1aaf3a00ee457d202096c66ac (diff) | |
RESTRUCTURE. Replicate relative paths in public/
Diffstat (limited to 'local/bin/laptop-xinput_setup.sh')
| -rwxr-xr-x | local/bin/laptop-xinput_setup.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/local/bin/laptop-xinput_setup.sh b/local/bin/laptop-xinput_setup.sh deleted file mode 100755 index e471869..0000000 --- a/local/bin/laptop-xinput_setup.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |
