index
:
dotfiles
imgbot
master
multihome
A repository for (mostly) everything that starts with a dot.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
toggle-keyboard.sh
blob: 37d998466fe733c9525fa9d1352f56b6c1eeeac0 (
plain
)
1
2
3
4
5
6
if
pgrep
-x
"wvkbd-mobintl"
>
/dev/null
then
pkill
wvkbd
else
wvkbd-mobintl
-L
325
&
fi