Created
December 7, 2014 08:29
-
-
Save xebecnan/230c02149bf263b8c01d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os.execute("gnome-settings-daemon &") | |
os.execute("gnome-keyring-daemon --start --components keyring,pkcs11,secrets,ssh,gpg &") | |
os.execute("gnome-power-manager &") | |
os.execute("nm-applet --sm-disable &") | |
-- 解决搜狗拼音的黑块问题 | |
-- 需要先 apt-get install compton | |
os.execute("compton --config /dev/null &") | |
-- 启动搜狗拼音输入法, 需要先从官网下载 deb 包安装 | |
os.execute("sogou-qimpanel &") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment