我正在使用Debian 9.9 Stretch,并安装了i3和urxvt。 我能够使控制台透明,但是当我打开终端并将其缩小以便可以随意移动时,透明背景只是更新缓慢而并非“真正透明”
有人可以解决吗? :)
答案 0 :(得分:1)
在我的Debian上,我已在.Xresources中添加了序列号:
! Setting transparency and background
URxvt*depth: 32
URxvt.background: [85]#282828
答案 1 :(得分:0)
您可以尝试这样做吗(将以下内容添加到Xdefaults文件的行中):
urxvt*fading: 10
urxvt*fadeColor: #000000
答案 2 :(得分:0)
将此添加到您的.bashrc
#[ -n "$XTERM_VERSION" ] && transset --id "$WINDOWID" 0.7 >/dev/null
在执行此操作之前,请先安装 xtransset 和 xcompmgr
它适用于xterm。您可以尝试一下。
更多详细信息,请阅读this
答案 3 :(得分:0)
您必须在系统上安装xcompgr
或compton
之类的复合管理器。
然后,您可以在以下位置添加颜色透明度:
URxvt.depth: 32
URxvt*background: rgba:0000/0000/0000/cccc
请注意,URxvt.transparent
字段必须为false