Ubuntu重启搜狗输入法

from:

https://blog.csdn.net/zhangxiao93/article/details/53267676

#!/bin/sh
pidof fcitx | xargs kill
pidof sogou-qimpanel | xargs kill
nohup fcitx  1>/dev/null 2>/dev/null &
nohup sogou-qimpanel  1>/dev/null 2>/dev/null &

 

posted on 2018-05-04 15:48  cslxiao  阅读(182)  评论(0编辑  收藏  举报

导航