Advertisement
Dj_Dexter

.Xdefaults

Oct 21st, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 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. !use with 1920x1080....
  46. !urxvt*geometry: 150x25
  47. !urxvt*geometry: 108x30
  48. !use with wide 1280x800 >> minimal :)
  49. urxvt*geometry: 138x24
  50. urxvt*cursorBlink: true
  51. !urxvt*depth: 24
  52. urxvt*fading: 16
  53. !urxvt*shading: true
  54. urxvt*background: rgba:0000/0000/0000/bbbb
  55. urxvt*foreground: grey80
  56. !do not use with urxvt 9.10
  57. !urxvt*tintColor: white
  58. urxvt*borderLess: false
  59. urxvt*borderColor: #888888
  60. urxvt*blendType: alpha
  61. !------------------
  62. !False tranparency
  63. !------------------
  64. !urxvt.transparent: true
  65. !urxvt.shading: 26
  66. !------------
  67. !True Transparency
  68. !------------
  69. !set to 32-bit for real transparency (compositing required (see xcompmgr)
  70. urxvt*depth: 32
  71. !transparent=0000 opaque=ffff
  72. !urxvt*background: rgba:1111/1111/1111/dddd
  73. !urxvt*background: rgba:1111/1111/1111/0000
  74. urxvt*foreground:#B0B0B0
  75. urxvt*background:rgba:2000/2000/2000/cccc
  76.  
  77. !*foreground: rgba:0000/0000/0000/dddd
  78. !*background: rgb:10/10/10
  79. !black
  80. *color0: rgb:20/20/20
  81. *color8: rgb:75/77/73
  82. !red
  83. *color1: rgb:cc/00/00
  84. *color9: rgb:ef/29/29
  85. !green
  86. *color2: rgb:4e/9a/06
  87. *color10: rgb:8a/e2/34
  88. !brown/yellow
  89. *color3: rgb:c4/a0/00
  90. *color11: rgb:fc/e9/4f
  91. !blue
  92. *color4: rgb:34/65/a4
  93. *color12: rgb:72/9f/cf
  94. !magenta
  95. *color5: rgb:75/50/7b
  96. *color13: rgb:ad/7f/a8
  97. !cyan
  98. *color6: rgb:06/98/9a
  99. *color14: rgb:34/e2/e2
  100. !white
  101. *color7: rgb:d3/d7/cf
  102. *color15: rgb:ee/ee/ec
  103. !xterm wtf!!!
  104. !xterm*Background: black
  105. !xterm*Foreground: green
  106. !xterm*Foreground: white
  107. !xterm*geometry: 90x24
  108. !xterm*metaSendsEscape: true
  109. !xterm*cursorColor: yellow
  110. !scrollbar
  111. !xterm*scrollBar: true
  112. !xterm*rightScrollBar: true
  113. !SaveLines :)
  114. xterm*saveLines: 30000
  115.  
  116. !mwm wtf
  117. !
  118. ! .Xdefaults
  119. !
  120. ! Resource file for use with Window Managers
  121. ! Client-specific resources may be set within this file.
  122. ! Attributes which may be modified include window appearance,
  123. ! color, geometric location, fonts, and behavior.
  124. !
  125. ! Refer to the appropriate man page for the application:
  126. ! mwm, xterm, xcalc, xcalendar, xrn, etc.
  127. !
  128. ! Lines beginning with ! are comments.
  129.  
  130. ! MWM Resources -- These are only run if you are using the mwm window
  131. ! manager. Run "man mwm" for details.
  132.  
  133. ! Causes icon box to scroll horizontally only
  134. Mwm*iconBoxSBDisplayPolicy: horizontal
  135. ! Creates a box to place your icons
  136. Mwm*useIconBox: True
  137. ! Sets the icon box's size and location
  138. Mwm*iconBoxGeometry: 10x1+250-0
  139. ! Sets the icon box's title
  140. Mwm*iconBoxTitle: MWM Icon Manager
  141. ! Sets where the icons will appear (on the screen, or in an icon box if it
  142. ! exists)
  143. Mwm*iconPlacement: left top
  144. ! "fades" icon of applications that are active
  145. Mwm*fadeNormalIcon: True
  146. ! Causes whatever your pointer is over to become the active application
  147. Mwm*keyboardFocusPolicy: pointer
  148. ! Causes all border and title decoration to appear on xclock applications
  149. Mwm*XClock.clientDecoration: +all
  150. ! Causes all border and title decoration to appear on xbiff applications
  151. Mwm*xbiff.clientDecoration: +all
  152. ! Lets you select by hand the location of a new application (unless a specific
  153. ! location is indicated when you run it)
  154. Mwm*interactivePlacement: False
  155. ! Sets a foreground color for every application
  156. Mwm*foreground: NavyBlue
  157. ! Sets a background color for every application
  158. Mwm*background: CadetBlue
  159. ! Sets a foreground color for the active application
  160. Mwm*activeForeground: gold
  161. ! Sets a background color for the active application
  162. Mwm*activeBackground: IndianRed
  163. ! Sets a foreground color for your menu
  164. Mwm*menu*foreground: gold
  165. ! Sets a background color for your menu
  166. Mwm*menu*background: IndianRed
  167. ! Default font for your application titles
  168. Mwm*fontList: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
  169. ! Default font for your menus
  170. Mwm*menu*fontList: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
  171. ! Cause the xclock icon not to show up in the icon box
  172. Mwm*XClock*clientFunctions: -minimize
  173. ! Cause the xbiff icon not to show up in the icon box
  174. Mwm*xbiff*clientFunctions: -minimize
  175. Mwm*Conky*clientFunctions: -minimize
  176. Mwm*panel*clientFunctions: -minimize
  177. !XTerm*font: -b&h-lucidatypewriter-bold-r-normal-*-*-120-*
  178. XTerm*background: ivory3
  179. XTerm*cursorColor: black
  180. XTerm.vt100.geometry: 90x24
  181. XTerm*reverseWrap: true
  182. XTerm*scrollKey: true
  183. XTerm*saveLines: 2000
  184. XTerm*scrollBar: true
  185. XTerm*scrollTtyOutput: false
  186.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement