Little_hobbit

myXres

Jun 25th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.06 KB | None | 0 0
  1. Xft.dpi:       96
  2. Xft.antialias: true
  3. Xft.hinting:   true
  4. Xft.rgba:      rgb
  5. Xft.autohint:  false
  6. Xft.hintstyle: hintslight
  7. Xft.lcdfilter: lcddefault
  8.  
  9. XTerm*background:        #4a453e
  10. XTerm*foreground:        #d8d8d8
  11. XTerm*pointerColor:      #1ABB9B
  12. XTerm*faceName:          Fixed
  13. XTerm*faceSize:          13
  14. XTerm*reverseVideo:      on
  15. XTerm*selectToClipboard: true
  16.  
  17. *.foreground:   #fffbfb
  18. *.background:   #4a453e
  19. *.cursorColor:  #fffbfb
  20. *fading:                          8
  21. *fadeColor:                       black
  22. *pointerColorBackground:          #2B2C2B
  23. *pointerColorForeground:          #16A085
  24.  
  25. ! black
  26. *.color0:       #303030
  27. *.color8:       #5d5d5d
  28.  
  29. ! red
  30. *.color1:       #e1321a
  31. *.color9:       #ff361e
  32.  
  33. ! green
  34. *.color2:       #6ab017
  35. *.color10:      #7bc91f
  36.  
  37. ! yellow
  38. *.color3:       #ffc005
  39. *.color11:      #ffd00a
  40.  
  41. ! blue
  42. *.color4:       #729fcf
  43. *.color12:      #0071ff
  44.  
  45. ! magenta
  46. *.color5:       #ec0048
  47. *.color13:      #ff1d62
  48.  
  49. ! cyan
  50. *.color6:       #f2f2f2
  51. *.color14:      #4bb8fd
  52.  
  53. ! white
  54. *.color7:       #2aa7e7
  55. *.color15:      #ff20f0
  56.  
  57.  
  58. Xcursor.theme: xcursor-breeze
  59. Xcursor.size:                     0
  60.  
  61. URxvt.font:                       xft:Fira Code:style=Regular:pixelsize=15
  62.  
  63. ! alternative font settings with 'terminus':
  64. ! URxvt.font:      -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
  65. ! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
  66. !! terminus names see end of file!
  67. URxvt*letterSpace:    1
  68. URxvt.depth:                      32
  69. URxvt.background:                 [100]#1f1f1f
  70. URxvt*scrollBar:                  false
  71. URxvt*mouseWheelScrollPage:       false
  72. URxvt*cursorBlink:                true
  73. URxvt*background:                 black
  74. URxvt*foreground:                 grey
  75. URxvt*saveLines:                  5000
  76.  
  77. ! for 'fake' transparency (without Compton) uncomment the following three lines
  78. ! URxvt*inheritPixmap:            true
  79. ! URxvt*transparent:              true
  80. ! URxvt*shading:                  138
  81.  
  82. ! Normal copy-paste keybindings without perls
  83. URxvt.iso14755:                   false
  84. URxvt.keysym.Shift-Control-V:     eval:paste_clipboard
  85. URxvt.keysym.Shift-Control-C:     eval:selection_to_clipboard
  86. !Xterm escape codes, word by word movement
  87. URxvt.keysym.Control-Left:        \033[1;5D
  88. URxvt.keysym.Shift-Control-Left:  \033[1;6D
  89. URxvt.keysym.Control-Right:       \033[1;5C
  90. URxvt.keysym.Shift-Control-Right: \033[1;6C
  91. URxvt.keysym.Control-Up:          \033[1;5A
  92. URxvt.keysym.Shift-Control-Up:    \033[1;6A
  93. URxvt.keysym.Control-Down:        \033[1;5B
  94. URxvt.keysym.Shift-Control-Down:  \033[1;6B
  95. ! Rxvt.perl-ext-common:             ...,clipboard
  96. ! URxvt.keysym.M-C-c:               perl:clipboard:copy
  97. ! URxvt.keysym.M-v:                 perl:clipboard:paste
  98. ! URxvt.keysym.M-C-v:               perl:clipboard:paste_escaped
  99. ! URxvt*termName:                   string
  100. ! URxvt*geometry:                   geometry
  101. ! URxvt*chdir:                      string
  102. ! URxvt*loginShell:                 boolean
  103. ! URxvt*multiClickTime:             number
  104. ! URxvt*jumpScroll:                 boolean
  105. ! URxvt*skipScroll:                 boolean
  106. ! URxvt*pastableTabs:               boolean
  107. ! URxvt*scrollstyle:                plain
  108. ! URxvt*scrollBar_right:            boolean
  109. ! URxvt*scrollBar_floating:         true
  110. ! URxvt*scrollBar_align:            mode
  111. ! URxvt*thickness:                  number
  112. ! URxvt*scrollTtyOutput:            boolean
  113. ! URxvt*scrollTtyKeypress:          boolean
  114. ! URxvt*scrollWithBuffer:           boolean
  115. ! URxvt*tintColor:                  !7DA55
  116. ! URxvt*blurRadius:                 HxV
  117. ! URxvt*fading:                     number
  118. ! URxvt*fadeColor:                  color
  119. ! URxvt*utmpInhibit:                boolean
  120. ! URxvt*urgentOnBell:               boolean
  121. ! URxvt*visualBell:                 boolean
  122. ! URxvt*mapAlert:                   boolean
  123. ! URxvt*meta8:                      boolean
  124. ! URxvt*tripleclickwords:           boolean
  125. ! URxvt*insecure:                   boolean
  126. ! URxvt*cursorUnderline:            boolean
  127. ! URxvt*pointerBlank:               boolean
  128. ! URxvt*color0:                     color
  129. ! URxvt*color1:                     color
  130. ! URxvt*color2:                     color
  131. ! URxvt*color3:                     color
  132. ! URxvt*color4:                     color
  133. ! URxvt*color5:                     color
  134. ! URxvt*color6:                     color
  135. ! URxvt*color7:                     color
  136. ! URxvt*color8:                     color
  137. ! URxvt*color9:                     color
  138. ! URxvt*color10:                    color
  139. ! URxvt*color11:                    color
  140. ! URxvt*color12:                    color
  141. ! URxvt*color13:                    color
  142. ! URxvt*color14:                    color
  143. ! URxvt*color15:                    color
  144. ! URxvt*colorBD:                    color
  145. ! URxvt*colorIT:                    color
  146. ! URxvt*colorUL:                    color
  147. ! URxvt*colorRV:                    color
  148. ! URxvt*underlineColor:             color
  149. ! URxvt*scrollColor:                color
  150. ! URxvt*troughColor:                color
  151. ! URxvt*highlightColor:             color
  152. ! URxvt*highlightTextColor:         color
  153. ! URxvt*cursorColor:                color
  154. ! URxvt*cursorColor2:               color
  155. ! URxvt*pointerColor:               color
  156. ! URxvt*pointerColor2:              color
  157. ! URxvt*borderColor:                color
  158. ! URxvt*iconFile:                   file
  159. ! URxvt*font:                       fontname
  160. ! URxvt*boldFont:                   fontname
  161. ! URxvt*italicFont:                 fontname
  162. ! URxvt*boldItalicFont:             fontname
  163. ! URxvt*intensityStyles:            boolean
  164. ! URxvt*inputMethod:                name
  165. ! URxvt*preeditType:                style
  166. ! URxvt*imLocale:                   string
  167. ! URxvt*imFont:                     fontname
  168. ! URxvt*title:                      string
  169. ! URxvt*iconName:                   string
  170. ! URxvt*buffered:                   boolean
  171. ! URxvt*depth:                      number
  172. ! URxvt*visual:                     number
  173. ! URxvt*transient-for:              windowid
  174. ! URxvt*override-redirect:          boolean
  175. ! URxvt*hold:                       boolean
  176. ! URxvt*externalBorder:             number
  177. ! URxvt*internalBorder:             number
  178. ! URxvt*borderLess:                 true
  179. ! URxvt*lineSpace:                  number
  180. ! URxvt*letterSpace:                number
  181. ! URxvt*skipBuiltinGlyphs:          boolean
  182. ! URxvt*pointerBlankDelay:          number
  183. ! URxvt*backspacekey:               string
  184. ! URxvt*deletekey:                  string
  185. ! URxvt*print-pipe:                 string
  186. ! URxvt*modifier:                   modifier
  187. ! URxvt*cutchars:                   string
  188. ! URxvt*answerbackString:           string
  189. ! URxvt*secondaryScreen:            boolean
  190. ! URxvt*secondaryScroll:            boolean
  191. ! URxvt*perl-lib:                   string
  192. ! URxvt*perl-eval:                  perl-eval
  193. ! URxvt*perl-ext-common:            string
  194. ! URxvt*perl-ext:                   string
  195. ! URxvt*iso14755:                   boolean
  196. ! URxvt*iso14755_52:                boolean
  197. ! URxvt*xrm:                        string
  198. ! URxvt*keysym.sym:                 keysym
  199. ! URxvt*background.border:          boolean
  200. ! URxvt*background.expr:            string
  201. ! URxvt*background.interval:        seconds
  202. ! URxvt*bell-command:               string
  203. ! URxvt*kuake.hotkey:               string
  204. ! URxvt*matcher.button:             string
  205. ! URxvt*matcher.launcher:           string
  206. ! URxvt*matcher.launcher.*:         string
  207. ! URxvt*matcher.pattern.*:          string
  208. ! URxvt*matcher.rend.*:             string
  209. ! URxvt*remote-clipboard.fetch:     string
  210. ! URxvt*remote-clipboard.store:     string
  211. ! URxvt*searchable-scrollback:      string
  212. ! URxvt*selection-autotransform.*:  string
  213. ! URxvt*selection-pastebin.cmd:     string
  214. ! URxvt*selection-pastebin.url:     string
  215. ! URxvt*selection.pattern-0:        string
  216. ! URxvt*tab-bg:                     colour
  217. ! URxvt*tab-fg:                     colour
  218. ! URxvt*tabbar-bg:                  colour
  219. ! URxvt*tabbar-fg:                  colour
  220. ! URxvt*url-launcher:               string
  221.  
  222. ! The Terminus font uses the following X-names:
  223. ! -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
  224. ! -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
  225. ! -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
  226. ! -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1
  227. ! -xos4-terminus-medium-r-normal--22-220-72-72-c-110-iso10646-1
  228. ! -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso10646-1
  229. ! -xos4-terminus-medium-r-normal--28-280-72-72-c-140-iso10646-1
  230. ! -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1
  231. ! -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso10646-1
  232. ! -xos4-terminus-bold-r-normal--14-140-72-72-c-80-iso10646-1
  233. ! -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
  234. ! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
  235. ! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
  236. ! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
  237. ! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1
Add Comment
Please, Sign In to add comment