Advertisement
Dj_Dexter

.Xdefaults

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