summarylogtreecommitdiffstats
path: root/yb-kbd-handler.sh
blob: 7274a34e68641b700a495941c385495a8b602a45 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only

## Kill previously running instances
kill `pgrep -f touch_keyboard_handler`

## This program is dumb, so for it to work it has to be ran in its configuration directory
cd /etc/touch_keyboard
/usr/lib/yogabook-touch-keyboard/touch_keyboard_handler &