Merge branch 'master' of ssh://git.lyte.dev:2222/lytedev/dotfiles
This commit is contained in:
commit
3891d87292
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