Advertisement
Dj_Dexter

.Xdefaults

Apr 19th, 2012
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 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*geometry: 90x24
  11. aterm*background: darkblue
  12. aterm*foreground: white
  13. aterm*transparent: true
  14. aterm*tinting: cyan
  15. aterm*shading: 30
  16. !aterm*fading: 90
  17. !aterm*fading: 20
  18. !aterm*fading: false
  19. aterm*scrollBar: true
  20. aterm*scrollBar_right: true
  21. aterm*transpscrollbar: true
  22. aterm*termName: xterm
  23. aterm*saveLines: 40000
  24. aterm*iconName: Terminal
  25. aterm*title: terminal@linux
  26. !wterm*transparent: true
  27. !......urxvt......
  28. urxvt*termName: rxvt-unicode
  29. !urxvt*inheritPixmap: false
  30. !urxvt*inheritPixmapforce: false
  31. urxvt*scrollBar: false
  32. urxvt*scrollBar_right: false
  33. urxvt*scrollTtyKeypress: false
  34. urxvt*scrollTtyOutput: false
  35. urxvt*scrollWithBuffer: true
  36. urxvt*saveLines: 65535
  37. !urxvt*transparent: false
  38. urxvt*imLocale: es_ES.UTF-8
  39. wterm*transparent: true
  40. urxvt.buffered: true
  41.  
  42. urxvt.perl-ext-common: default,matcher,tabbed
  43. urxvt.urlLauncher: dillo
  44. urxvt.matcher.button: 1
  45. urxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  46. !use with 1920x1080....
  47. !urxvt*geometry: 150x25
  48. !urxvt*geometry: 108x30
  49. !use with wide 1280x800 >> minimal :)
  50. urxvt*geometry: 138x24
  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. urxvt*foreground:#B0B0B0
  76. urxvt*background:rgba:2000/2000/2000/cccc
  77.  
  78. !*foreground: rgba:0000/0000/0000/dddd
  79. !*background: rgb:10/10/10
  80. !black
  81. *color0: rgb:20/20/20
  82. *color8: rgb:75/77/73
  83. !red
  84. *color1: rgb:cc/00/00
  85. *color9: rgb:ef/29/29
  86. !green
  87. *color2: rgb:4e/9a/06
  88. *color10: rgb:8a/e2/34
  89. !brown/yellow
  90. *color3: rgb:c4/a0/00
  91. *color11: rgb:fc/e9/4f
  92. !blue
  93. *color4: rgb:34/65/a4
  94. *color12: rgb:72/9f/cf
  95. !magenta
  96. *color5: rgb:75/50/7b
  97. *color13: rgb:ad/7f/a8
  98. !cyan
  99. *color6: rgb:06/98/9a
  100. *color14: rgb:34/e2/e2
  101. !white
  102. *color7: rgb:d3/d7/cf
  103. *color15: rgb:ee/ee/ec
  104. !xterm wtf!!!
  105. xterm*Background: black
  106. !xterm*Foreground: green
  107. xterm*Foreground: white
  108. !xterm*geometry: 90x24
  109. !xterm*metaSendsEscape: true
  110. !xterm*cursorColor: yellow
  111. !scrollbar
  112. !xterm*scrollBar: true
  113. !xterm*rightScrollBar: true
  114. !SaveLines :)
  115. xterm*saveLines: 30000
  116. !XTerm*font: -b&h-lucidatypewriter-bold-r-normal-*-*-120-*
  117. !XTerm*background: ivory3
  118. Xterm*background black
  119. XTerm*cursorColor: white
  120. XTerm.vt100.geometry: 91x25
  121. XTerm*reverseWrap: true
  122. XTerm*scrollKey: true
  123. XTerm*saveLines: 2000
  124. XTerm*scrollBar: true
  125. XTerm*scrollTtyOutput: false
  126. !Rxvt, problem?
  127. rxvt*savelInes 4000
  128. rxvt*.vt100.geometry: 90x24
  129. rxvt*reversevideo: on
  130. rxvt*background: white
  131. rxvt*foreground: black
  132. rxvt*scrollBar: off
  133. rxvt*cursorColor: black
  134. rxvt*cursorColor2: black
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement