ubuntu8.10中Terminator软件透明效果的小配置


Terminator是一款多窗口Linux终端,它支持将窗口拆分成多个,可以很方便的在各个不同的窗口上执行不同的任务。
安装后,不能实现原来终端的透明效果,经过查找可以这样解决。
原话:
Apparently it was disabled in 0.8.1 due to bug, since 8.10 release of Ubuntu comes with 0.11 release of Terminator, transparency can be enabled back. I think they just forgot to remove the default check. You can enable it back by adding this to ~/.config/terminator/config

enable_real_transparency=True

意思就是在个人目录的.config文件下新建文件夹terminator,然后新建config文件,内容为
enable_real_transparency=True

特此标记留着以后用着方便。

你可能感兴趣的:(linux,ubuntu)