summaryrefslogtreecommitdiff
path: root/tson
blob: aa7cc9fcfb7ccc2c1aaccc42a285112dc3c8055c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 enable "$(xinput list | grep "$TSNAME" | grep 'pointer' | sed 's/\s/\n/g' | grep id | sed 's/^id=//')"