This post is for GNU/Linux experts only. If you are just another
distro lackey then, please, fuck off.
xinput --set-prop 8 271 1 0
On Mon, 07 Oct 2024 21:56:48 +0000, Farley Flud <ff@linux.rocks> wrote in
<pan$bad8$b677bed3$aca0e5e2$5bb3eab5@linux.rocks>:
xinput --set-prop 8 271 1 0
As I wrote elsewhere: you're doing it wrong.
$ cat game_kbd.sh
#!/bin/bash
xinput set-prop 'ASUF1204:00 2808:0104 Touchpad' \
'libinput Disable While Typing Enabled' 0
exit $?
Rather than using the numbers, use the string
constants -- they are less likely to change.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 129:57:59 |
Calls: | 12,960 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,265,981 |