From 04b17c178d568025b861db1d02943714f0cf3bc0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 8 Nov 2020 14:57:50 -0600 Subject: [PATCH] Add touchscreen disable script --- env/common/machines/laptop/bin/disable-touchscreen | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 env/common/machines/laptop/bin/disable-touchscreen 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