我正在使用带有 Unity 的 Ubuntu 12.04 标准安装,我想让终结者变得透明,就像我们可以轻松地为标准终端做到这一点一样。
那可能吗 ?
答案1
在终结器窗口的任意位置单击鼠标右键,并选择“首选项”,您想要的选项应该可以在“配置文件”->“背景”下找到:
答案2
像这样(即 vi)在 $HOME 中编辑您的配置文件:
vi $HOME/.config/terminator/config
在 [profiles] [[default]] 中插入透明度设置:
background_darkness = 0.97 #(or anything else between 0-1)
background_type = transparent
这对我有用。