Chinaunix首页 | 论坛 | 博客
  • 博客访问: 532388
  • 博文数量: 75
  • 博客积分: 2374
  • 博客等级: 大尉
  • 技术积分: 933
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-18 14:27
文章分类

全部博文(75)

文章存档

2014年(1)

2013年(17)

2012年(10)

2011年(15)

2010年(23)

2009年(9)

我的朋友

分类: LINUX

2012-12-20 12:30:50

~/.Xdefaults内容:

  1. ! urxvt color set
  2. URxvt.background: #000000
  3. URxvt.foreground: #ffffff
  4. URxvt.colorBD:yellow
  5. URxvt.colorUL:Green

  6. ! color setting
  7. ! black
  8. URxvt.color0: #000000
  9. URxvt.color8: #555753
  10. ! red
  11. URxvt.color1: #CC0000
  12. URxvt.color9: #EF2929
  13. ! green
  14. URxvt.color2: #4E9A06
  15. URxvt.color10: #8AE234
  16. ! yellow
  17. URxvt.color3: #C4A000
  18. URxvt.color11: #FCE94F
  19. ! blue
  20. URxvt.color4: #3465A4
  21. URxvt.color12: #729FCF
  22. ! magenta
  23. URxvt.color5: #75507B
  24. URxvt.color13: #AD7FA8
  25. ! cyan
  26. URxvt.color6: #06989A
  27. URxvt.color14: #34E2E2
  28. ! white
  29. URxvt.color7: #D3D7CF
  30. URxvt.color15: #EEEEEC

  31. ! scroll set
  32. URxvt.scrollBar:true
  33. URxvt.secondaryScroll:True
  34. URxvt.scrollBar_right:True
  35. URxvt.scrollBar_floating:false
  36. URxvt.scrollstyle:plain
  37. URxvt.thickness:9
  38. URxvt.scrollWithBuffer:false
  39. URxvt.saveLines:2500
  40. URxvt.cursorBlink:True
  41. !URxvt.urgentOnBell:true

  42. ! fonts
  43. URxvt.font:xft:UbuntuMono:pixelsize=18
  44. URxvt.boldFont:xft:UbuntuMono:pixelsize=18:Bold

  45. ! Extensions
  46. !URxvt.perl-lib: /usr/lib/urxvt/perl/
  47. !URxvt.perl-ext-common: default,matcher,searchable-scrollback
  48. URxvt.urlLauncher: /usr/bin/firefox
  49. URxvt.matcher.button: 1

  50. ! Input Method set
  51. !URxvt.inputMethod:fcitx
  52. !URxvt.imFont:Liberation Mono
  53. !URxvt.preeditType: Root

  54. ! window geometry set
  55. URxvt.geometry: 80x30
  56. URxvt.title:Rxvt-Unicode

  57. ! bg transparent set
  58. !URxvt.inheritPixmap: true
  59. !URxvt.tintCddolor: white
  60. !URxvt.shading: 80

  61. ! Tab set
  62. !URxvt.perl-ext-common: default,tabbed
  63. !URxvt.tabbed.tab-fg: 12
  64. !URxvt.tabbed.tab-bg: 0
  65. !URxvt.tabbed.tabbar-fg: 4

  66. !Rxvt.menu:/etc/X11/rxvt.menu
  67. !Rxvt.preeditType:Root
  68. !Rxvt.transparency:255
设置后,输入下列内容使之生效
~$ xrdb .Xdefaults
阅读(2973) | 评论(0) | 转发(0) |
0

上一篇:NFS挂载文件系统小记

下一篇:awesome配置

给主人留下些什么吧!~~