Advertisement
BSDG33KCLUB

my .Xdefaults (vintage2) with mwm decwindows scheme

Feb 26th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1. ### Vintage2 ###########################
  2. URxvt*background: #191716
  3. URxvt*foreground: #7D7875
  4. !digital colour scheme for open-motif
  5. !URxvt*background: #caaa91
  6. !URxvt*foreground: #000000
  7.  
  8. URxvt*cursorColor: #6B6765
  9. URxvt*colorBD: #BFBAB8
  10. URxvt*colorUL: #54838F
  11. URxvt*underlineColor: #7A4D62
  12.  
  13. !BLK
  14. URxvt*color0: #383332
  15. URxvt*color8: #4B483F
  16. !RED
  17. URxvt*color1: #745E54
  18. URxvt*color9: #B0998E
  19. !GRN
  20. URxvt*color2: #54745E
  21. URxvt*color10: #8EB099
  22. !YLW
  23. URxvt*color3: #746E54
  24. URxvt*color11: #B0AA8E
  25. !BLE
  26. URxvt*color4: #5E5474
  27. URxvt*color12: #998EB0
  28. !MAG
  29. URxvt*color5: #6E5474
  30. URxvt*color13: #AA8EB0
  31. !CYN
  32. URxvt*color6: #54746E
  33. URxvt*color14: #8EB0AA
  34. !WHT
  35. URxvt*color7: #918B88
  36. URxvt*color15: #C7C1BD
  37.  
  38.  
  39.  
  40. ! example
  41. URxvt.geometry: 100x35
  42. !URxvt*.transparent: true
  43. URxvt*termName: rxvt
  44. ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
  45. URxvt*.shading: 15
  46. URxvt.scrollBar: false
  47. URxvt.font: -*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1
  48. !urxvt*font: latin-*-*-*-12-*-*-*-*-*-iso8859-1
  49. !urxvt*boldFont: latin-bold-*-*-*-12-*-*-*-*-*-iso8859-1
  50. #!/bin/env bash
  51. ! mwm DW-Motif Scheme by:cypx
  52. ! Active border colors
  53. Mwm*activeForeground: #000000000000
  54. Mwm*activeBackground: #987867
  55. Mwm*activeBackgroundPixmap: unspecified_pixmap
  56. Mwm*activeTopShadowColor: #c4ada1
  57. Mwm*activeTopShadowPixmap: unspecified_pixmap
  58. Mwm*activeBottomShadowColor: #584940
  59. Mwm*activeBottomShadowPixmap: unspecifie!
  60. ! Window manager menu colors
  61. ! This is used for color customization to match the menu colors
  62. ! to the active or inactive borders. If this is set to 0,
  63. ! the menu colors will not be changed during customization
  64. Mwm*matchMenuColors : 1
  65. Mwm*menu*foreground: #000000000000
  66. Mwm*menu*background: #caaa91
  67. Mwm*menu*backgroundPixmap: unspecified_pixmap
  68. Mwm*menu*topShadowColor: #dbbca3
  69. Mwm*menu*topShadowpixmap: unspecified_pixmap
  70. Mwm*menu*bottomShadowColor: #997559
  71. Mwm*menu*bottomShadowPixmap: unspecified_pixmap
  72. !
  73. ! Icon image and box colors
  74. Mwm*iconImageForeground: #000000000000
  75. Mwm*iconImageBackground: #caaa91
  76. Mwm*iconImageBackgroundPixmap: unspecified_pixmap
  77. Mwm*iconImageTopShadowColor: #dbbca3
  78. Mwm*iconImageTopShadowPixmap: unspecified_pixmap
  79. Mwm*iconImageBottomShadowColor: #997559
  80. Mwm*iconImageBottomShadowPixmap: unspecified_pixmap
  81. Mwm*iconImageAutoShade: True
  82. !
  83. ! Set the trough color to set the iconbox color
  84. Mwm*iconbox.IBframe.IBsWindow.hScrollBar.TroughColor:
  85. Mwm*iconbox.IBframe.IBsWindow.vScrollBar.TroughColor:
  86. !
  87. ! Inactive border colors
  88. Mwm*foreground: #000000000000
  89. Mwm*background: #caaa91
  90. Mwm*backgroundPixmap: unspecified_pixmap
  91. Mwm*topShadowColor: #dbbca3
  92. Mwm*topShadowPixmap: unspecified_pixmap
  93. Mwm*bottomShadowColor: #997559
  94. Mwm*bottomShadowPixmap: unspecified_pixmap
  95. Mwm*autoShade: True
  96. !
  97. ! Matte colors
  98. Mwm*matteForeground: #000000000000
  99. Mwm*matteBackground: #caaa91
  100. Mwm*matteTopShadowColor: #dbbca3
  101. Mwm*matteTopShadowPixmap: unspecified_pixmap
  102. Mwm*matteBottomShadowColor: #997559
  103. Mwm*matteBottomShadowPixmap: unspecified_pixmap
  104. Mwm*matteAutoShade: True
  105. !
  106. !
  107. ! Set to greater than 0 pixels to add an additional border
  108. ! between border and the window
  109. Mwm*matteWidth: 0
  110. !
  111. ! Mwm fonts
  112. Mwm*fontList: -*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1
  113. !
  114. ! Set to Explicit to determine focus by clicking on the window
  115. ! or border
  116. ! Set to Pointer to determine focus based on the location of
  117. ! the pointer
  118. Mwm*keyboardFocusPolicy: Explicit
  119. !
  120. ! Policy when the window with focus is minimized or removed
  121. ! if focuspolicy is explicit, set to true to give focus to
  122. ! the window with previous focus
  123. Mwm*autoKeyFocus: True
  124. !
  125. ! Policy when the window with focus is raised
  126. ! if focuspolicy is explicit, set to true to give focus to
  127. ! the window that is raised
  128. Mwm*raiseKeyFocus: True
  129. !
  130. ! if focuspolicy is explicit, set to true to give a window focus
  131. ! when it is restored from an icon
  132. Mwm*deiconifyKeyFocus: True
  133. !
  134. ! Set to True to raise a window when it is given focus
  135. ! Set to False to keep the stacking order the same when a window
  136. ! is given focus
  137. Mwm*focusAutoRaise: True
  138. !
  139. ! if focuspolicy is explicit,
  140. ! set to true to give input focus to a window when it is mapped
  141. Mwm*startupKeyFocus: True
  142. !
  143. ! Set to True to place and size windows interactively
  144. ! false to use default placement
  145. Mwm*interactivePlacement: False
  146. !
  147. ! Delay time to retry interactive placement if it fails
  148. Mwm*interPlaceDelay: 1000
  149. !
  150. ! Number of retries for interactive placement before using default
  151. ! placement
  152. Mwm*interPlaceRetries: 4
  153. !
  154. ! This determines default placement of window when there is
  155. ! no specification by the user
  156. ! Set to true to have Mwm stagger the positions of a window
  157. ! from the top left corner
  158. Mwm*clientAutoPlace: False
  159. !
  160. ! Set to true to include the border when positioning a window
  161. ! Set to false to exclude the border
  162. Mwm*positionIsFrame: False
  163. !
  164. ! Set to true to gray icons in the iconbox
  165. ! when the icons are not in the minimized state
  166. Mwm*fadeNormalIcon: True
  167. !
  168. ! Border decorations
  169. ! Set to all for all decorations
  170. ! Set to any of the following to limit decorations:
  171. ! maximize minimize resizeh border menu title
  172. ! Set to none for no decorations
  173. Mwm*clientDecoration: all
  174. !
  175. ! Set to True for compatibility for running XUI applications
  176. Mwm*useDECMode: True
  177. !
  178. ! Set to True to display icon box
  179. ! Set to False to displays icons without the icon box
  180. Mwm*useIconBox: False
  181. !
  182. Mwm*iconBoxSBDisplayPolicy: vertical
  183. !
  184. ! Icon decorations
  185. ! Set to all or any of the following to control what is
  186. ! displayed with an icon
  187. ! activelabel label image
  188. Mwm*iconDecoration: activelabel label image
  189. !
  190. ! Position of Icon box
  191. ! width x height + x position + y position
  192. Mwm*iconBoxGeometry: 14x1+0+2000
  193. !
  194. ! Size of resize border
  195. Mwm*resizeBorderWidth: 10
  196. !
  197. ! When moving a window,
  198. ! if this is set to True, the entire window will move
  199. ! if this is set to False, an outline will move
  200. Mwm*moveOpaque: False
  201. !
  202. ! Set this to True to ignore the appropriate MOD keys for window
  203. ! manager operations depending on the keyboard and language
  204. Mwm*ignoreModKeys: False
  205. ! Set this to True to always ignore MOD2, MOD3, MOD4 keys for
  206. ! window ! manager operations regardless of the keyboard and
  207. ! language
  208. Mwm*ignoreAllModKeys: False
  209. !
  210. Mwm*transientDecoration: Title resize
  211. Mwm*workspaceMenu: True
  212. !
  213. ! How to place icons when a window is minimized
  214. ! Set to left top for top of screen left to right
  215. ! Set to left bottom for bottom of screen left to right
  216. ! Set to right top for top of screen right to left
  217. ! Set to right bottom for bottom of screen right to left
  218. ! Set to top left for left of screen top to bottom
  219. ! Set to top right for right of screen top to bottom
  220. ! Set to bottom left for left of screen bottom to top
  221. ! Set to bottom right for right of screen bottom to top
  222. Mwm*iconPlacement: Bottom Right
  223. !
  224. ! Set to True to place icons according to iconPlacement resource
  225. ! Set to False for interactive arrangement
  226. Mwm*iconAutoPlace: True
  227. !
  228. ! Set to numbers of pixels between the edge of screen and the
  229. ! icons
  230. Mwm*iconPlacementMargin: 1
  231. !
  232. ! Title for icon box
  233. Mwm*iconBoxTitle: Icon box
  234. !
  235. Mwm*restartSettings: True
  236. !
  237. ! Feedback information
  238. ! options are all or none or
  239. ! behavior move resize placement quit restart kill
  240. Mwm*showFeedback: behavior placement quit restart kill
  241. !
  242. ! Resize Mwm dialog boxes to fit on screen
  243. *DXmfitToScreenPolicy: as_needed
  244. !
  245. ! Double-click on window menu (on border of window)
  246. ! Set to true to enable double-click on window menu to "close"
  247. ! a window
  248. Mwm*wMenuButtonClick2: Falsed_pixmap
  249. Mwm*activeAutoShade: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement