Chinaunix首页 | 论坛 | 博客
  • 博客访问: 514508
  • 博文数量: 113
  • 博客积分: 2239
  • 博客等级: 大尉
  • 技术积分: 1280
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-20 20:51
文章分类

全部博文(113)

文章存档

2015年(6)

2014年(15)

2013年(1)

2012年(91)

我的朋友

分类: BSD

2012-03-10 21:26:37

抄了论坛一位兄弟的

#vi ~/.Xresources 添加下面的内容

!------------------------------------------
! XTerm
!------------------------------------------
XTerm*termName: xterm-color
XTerm*visualBell: false
XTerm*marginBell: false
XTerm*alwaysHighlight: false
XTerm*cursorBlink: true
XTerm*cursorOffTime: 450
XTerm*cursorOnTime: 900
XTerm*highlightSelection: true
XTerm*saveLines: 8192
XTerm*foreground: rgb:a8/a8/a8
XTerm*background: rgb:00/00/00
XTerm*color0: rgb:00/00/00
XTerm*color1: rgb:a8/00/00
XTerm*color2: rgb:00/a8/00
XTerm*color3: rgb:a8/54/00
XTerm*color4: rgb:00/00/a8
XTerm*color5: rgb:a8/00/a8
XTerm*color6: rgb:00/a8/a8
XTerm*color7: rgb:a8/a8/a8
XTerm*color8: rgb:54/54/54
XTerm*color9: rgb:fc/54/54
XTerm*color10: rgb:54/fc/54
XTerm*color11: rgb:fc/fc/54
XTerm*color12: rgb:54/54/fc
XTerm*color13: rgb:fc/54/fc
XTerm*color14: rgb:54/fc/fc
XTerm*color15: rgb:fc/fc/fc
XTerm*scrollBar: true
XTerm*rightScrollBar: true
XTerm*scrollKey: false
XTerm*scrollTtyOutput: false
XTerm*loginShell: false
XTerm*locale: true
XTerm*eightBitInput: false
XTerm*eightBitOutput: true
XTerm*metaSendEscape: true
XTerm*faceName: Bitstream Vera Sans Mono
XTerm*faceSize: 14
XTerm*faceNameDoublesize: 文泉驿点陈正黑
XTerm*mkWidth: false
XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48

上面要加一个空行

在~/.xinitrc里加入下面的语句
xrdb -load ~/.Xresources

阅读(8026) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~