Add touchscreen disable script
This commit is contained in:
parent
ed67603951
commit
04b17c178d
2
env/common/machines/laptop/bin/disable-touchscreen
vendored
Executable file
2
env/common/machines/laptop/bin/disable-touchscreen
vendored
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
swaymsg input (swaymsg -t get_inputs | jq -r '.[] | select(.name == "ELAN Touchscreen") | .identifier') events disabled
|
Reference in a new issue