Advertisement
Guest User

.Xdefaults

a guest
Aug 21st, 2011
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. !......aterm......
  2. !aterm*font: 6×10
  3. !aterm*font: 7×14
  4. !aterm*font: 8×13
  5. aterm*font: 9×15
  6. !aterm*font: 10×20
  7. #aterm*geometry: 80×22
  8. urxvt*antialias: false
  9. aterm*geometry: 108x30
  10. aterm*background: darkblue
  11. aterm*foreground: white
  12. aterm*transparent: true
  13. aterm*tinting: cyan
  14. aterm*shading: 30
  15. !aterm*fading: 90
  16. !aterm*fading: 20
  17. !aterm*fading: false
  18. aterm*scrollBar: true
  19. aterm*scrollBar_right: true
  20. aterm*transpscrollbar: true
  21. aterm*termName: xterm
  22. aterm*saveLines: 2000
  23. aterm*iconName: Terminal
  24. aterm*title: terminal@linux
  25. !wterm*transparent: true
  26. !......urxvt......
  27. urxvt*termName: rxvt-unicode
  28. !urxvt*inheritPixmap: false
  29. !urxvt*inheritPixmapforce: false
  30. urxvt*scrollBar: false
  31. urxvt*scrollBar_right: false
  32. urxvt*scrollTtyKeypress: false
  33. urxvt*scrollTtyOutput: false
  34. urxvt*scrollWithBuffer: true
  35. urxvt*saveLines: 65535
  36. !urxvt*transparent: false
  37. urxvt*imLocale: es_ES.UTF-8
  38. wterm*transparent: true
  39. urxvt.buffered: true
  40.  
  41. urxvt.perl-ext-common: default,matcher
  42. urxvt.urlLauncher: dillo
  43. urxvt.matcher.button: 1
  44. urxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  45.  
  46. !use with 1920x1080....
  47. !urxvt*geometry: 150x25
  48. !urxvt*geometry: 108x30
  49. !use with wide 1280x800 >> minimal :)
  50. urxvt*geometry: 137x24
  51. urxvt*cursorBlink: true
  52. urxvt*depth: 24
  53. urxvt*fading: 16
  54. !urxvt*shading: true
  55. urxvt*background: rgba:0000/0000/0000/bbbb
  56. urxvt*foreground: grey80
  57. !do not use with urxvt 9.10
  58. !urxvt*tintColor: white
  59. urxvt*borderLess: false
  60. urxvt*borderColor: #888888
  61. urxvt*blendType: alpha
  62. !------------------
  63. !False tranparency
  64. !------------------
  65. urxvt.transparent: true
  66. urxvt.shading: 26
  67. !------------
  68. !True Transparency
  69. !------------
  70. !set to 32-bit for real transparency (compositing required (see xcompmgr)
  71. !urxvt*depth: 32
  72. !transparent=0000 opaque=ffff
  73. !urxvt*background: rgba:1111/1111/1111/dddd
  74. !urxvt*background: rgba:1111/1111/1111/0000
  75.  
  76. !*foreground: rgba:0000/0000/0000/dddd
  77. # *background: rgb:10/10/10
  78. !black
  79. *color0: rgb:20/20/20
  80. *color8: rgb:75/77/73
  81. !red
  82. *color1: rgb:cc/00/00
  83. *color9: rgb:ef/29/29
  84. !green
  85. *color2: rgb:4e/9a/06
  86. *color10: rgb:8a/e2/34
  87. !brown/yellow
  88. *color3: rgb:c4/a0/00
  89. *color11: rgb:fc/e9/4f
  90. !blue
  91. *color4: rgb:34/65/a4
  92. *color12: rgb:72/9f/cf
  93. !magenta
  94. *color5: rgb:75/50/7b
  95. *color13: rgb:ad/7f/a8
  96. !cyan
  97. *color6: rgb:06/98/9a
  98. *color14: rgb:34/e2/e2
  99. !white
  100. *color7: rgb:d3/d7/cf
  101. *color15: rgb:ee/ee/ec
  102. !xterm wtf!!!
  103. xterm*Background: black
  104. !xterm*Foreground: green
  105. xterm*Foreground: white
  106. xterm*geometry: 90x24
  107. xterm*metaSendsEscape: true
  108. xterm*cursorColor: yellow
  109. !scrollbar
  110. !xterm*scrollBar: true
  111. !xterm*rightScrollBar: true
  112. !SaveLines :)
  113. xterm*saveLines: 30000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement