dotfiles/common/toggle-keyboard.sh

7 lines
96 B
Bash
Executable file

if pgrep -x "wvkbd-mobintl" > /dev/null
then
pkill wvkbd
else
wvkbd-mobintl -L 325 &
fi