summaryrefslogtreecommitdiff
path: root/tsoff
diff options
context:
space:
mode:
Diffstat (limited to 'tsoff')
-rwxr-xr-xtsoff13
1 files changed, 0 insertions, 13 deletions
diff --git a/tsoff b/tsoff
deleted file mode 100755
index 89372ef..0000000
--- a/tsoff
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if [ -n "$XDG_CONFIG_HOME" ]; then
- CONPATH="$XDG_CONFIG_HOME"
-elif [ -d "$HOME/.config/" ]; then
- CONPATH="$HOME/.config"
-else
- CONPATH="$HOME"
-fi
-
-TSNAME="$(crcparse 'tsname')"
-
-xinput disable "$(xinput list | grep "$TSNAME" | grep 'pointer' | sed 's/\s/\n/g' | grep id | sed 's/^id=//')"