Re: 大家都是怎么设置终端为透明的呢?
发表于 : 2008-12-21 13:04
打开终端
编辑
配置首选项
背景
透明背景
这不是很简单嘛 以上的回答我一个都不懂……
我在ubuntu里就没有看到什么真透明
假的真得看起来一样嘛
编辑
配置首选项
背景
透明背景
这不是很简单嘛 以上的回答我一个都不懂……
我在ubuntu里就没有看到什么真透明
假的真得看起来一样嘛
看下这贴的时间~三四年的历史了`viiaan 写了:打开终端
编辑
配置首选项
背景
透明背景
这不是很简单嘛 以上的回答我一个都不懂……
我在ubuntu里就没有看到什么真透明
假的真得看起来一样嘛
代码: 全选
cat ~/.Xresources
Xft.dpi:96
XTerm*faceName: KaiTi
XTerm*faceSize: 16
XTerm*background: black
XTerm*foreground: green3
XTerm*locale: true
XTerm*utf8: 2
XTerm*cjkWidth: true
URxvt.background:black
URxvt.foreground:white
URxvt.colorBD:yellow
URxvt.colorUL:green
URxvt.multichar_encoding:
URxvt.scrollBar:true
URxvt.scrollBar_right:True
URxvt.scrollBar_floating: False
URxvt.scrollstyle: next
URxvt.scrollColor:SkyBlue4
URxvt.troughColor:red
URxvt.saveLines:1500
URxvt.color0:black
URxvt.color1:red3
URxvt.color2:green3
URxvt.color3:yellow3
URxvt.color4:blue3
URxvt.color5:magenta3
URxvt.color6:cyan3
URxvt.color7:antiquewhite
URxvt.color8:grey25
URxvt.color9:red
URxvt.color10:green
URxvt.color11:yellow
! 12是目录的着色
URxvt.color12:SkyBlue2
URxvt.color13:magenta
URxvt.color14:cyan
URxvt.color15:white
URxvt.tintColor: Grey25
URxvt.fontlist:xft:Bitstream Vera Sans Mono:pixelsize=15
URxvt.font:-b&h-lucidatypewriter-medium-r-normal-*-16-*-*-*-*-*-iso8859-*
URxvt.mfont:-misc-simsun-medium-r-normal--0-0-0-0-c-0-gb2312.1980-0
URxvt.menu:/etc/X11/rxvt.menu
URxvt.inheritPixmap: True
URxvt.preeditType:Root
URxvt.geom:80x60
URxvt.inputMethod:fcitx
看了这个帖子,这样设置是假透明,刚解决这个问题,挖一下坟。陽光院景仁 写了:很簡單,開啟終端機後,按選單「編輯」>設定組合偏好設定>背景>透明背景
OK