diff --git a/env/common/machines/laptop/bin/disable-touchscreen b/env/common/machines/laptop/bin/disable-touchscreen new file mode 100755 index 0000000..953e472 --- /dev/null +++ b/env/common/machines/laptop/bin/disable-touchscreen @@ -0,0 +1,2 @@ +#!/usr/bin/env fish +swaymsg input (swaymsg -t get_inputs | jq -r '.[] | select(.name == "ELAN Touchscreen") | .identifier') events disabled