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 &
原文地址:https://www.cnblogs.com/cslxiao/p/8990987.html