Linux 启动搜狗输入法

#! /bin/sh
fcitx_pid=`ps -aux|grep fcitx|grep -v grep |awk '{print $2}'`
cat $fcitx_pid | xargs kill -9
fcitx -r --enable sogou-qimpanel
sogou-qimpanel

猜你喜欢

转载自blog.csdn.net/hegan2010/article/details/102960029