userland configuration for things you might want like irssi, xinit, pam resources and other stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

387 lines
18KB

  1. ! ----------------------------------------------------------------------------
  2. ! Updated: Sat Jul 27 01:25:39 2013
  3. !
  4. ! ----------------------------------------------------------------------------
  5. ! urxvt {{{2
  6. ! ================================================================================================================================================================
  7. ! urxvt --help 2>&1| sed -n '/: /s/^ */! URxvt*/gp' >> ~/.Xresources
  8. ! TERM=dump command man -Pcat urxvt | sed -n '/depth: b/,/^BACKGROUND/p'|sed '$d'| sed 's/@/%-.-%/g; s/\^/%-+-%/g' | sed '/^ [a-z]/s/^ */^/g' | tr -s "\n" \|
  9. ! sed -e :a -e 'N;s/\n/@@/g;ta;P;D' | sed 's,\^\([^@]\+\)@*[\t ]*\([^\^]\+\),! \2\n! URxvt*\1\n\n,g' | sed 's,@@ ,\n ,g' | sed 's,@*$,,g' |sed '/^[^!]/d'
  10. ! Specifies the terminal type name to be set in the TERM environment variable
  11. URxvt*termName: screen-256color
  12. ! Create the window with the specified X window geometry [default 80x24]
  13. URxvt*geometry: 240x84
  14. ! True: start as a login shell by prepending a - to argv[0] of the shell; option -ls. False: start as a normal sub-shell [default];
  15. URxvt*loginShell: true
  16. ! Use the specified colour for the scrollbar [default #B2B2B2]
  17. URxvt*scrollColor: #777777
  18. ! Set scrollbar style to rxvt, plain, next or xterm. plain is the authors favourite.
  19. URxvt*scrollstyle: plain
  20. ! True: scroll to bottom when a non-special key pressed. Special keys are those which are intercepted by rxvt for special handling andnt passed onto the shell; False: dont scroll to bottom
  21. URxvt*scrollTtyKeypress: true
  22. ! True: scroll to bottom when tty receives output; False: do not scroll to bottom when tty receives output
  23. URxvt*scrollTtyOutput: false
  24. ! True: scroll with scrollback buffer when tty recieves new lines (and scrollTtyOutput is False); False: do not scroll with scrollback buffer when tty recieves new lines
  25. URxvt*scrollWithBuffer: false
  26. ! Turn on/off secondary screen (default enabled)
  27. URxvt*secondaryScreen: true
  28. ! (default enabled). If this option is enabled, scrolls on the secondary screen will change the scrollback buffer and, when secondaryScreen is off, switching to/from the secondary screen will instead scroll the screen up.
  29. URxvt*secondaryScroll: true
  30. ! When receiving lots of lines, urxvt will only scroll once a whole screen height of lines has been read, resulting in fewer updates while still displaying every received line
  31. ! False: specify that smooth scrolling should be used. urxvt will force a screen refresh on each new line it received
  32. ! URxvt*jumpScroll: boolean
  33. ! (true) When receiving lots of lines, urxvt will only scroll once in a while (around 60x/sec), resulting in fewer updates. This can result in urxvt not ever displaying some of the lines it receives
  34. URxvt*skipScroll: true
  35. ! True: enable the scrollbar [default]; option -sb. False: disable the scrollbar
  36. URxvt*scrollBar: false
  37. ! place the scrollbar on the right of the window
  38. URxvt*scrollBar_right: false
  39. ! di5play an rxvt scrollbar with/without a trough
  40. URxvt*scrollBar_floating: false
  41. ! Align the top, bottom or centre [default] of the scrollbar thumb with the pointer on middle button press/drag
  42. ! URxvt*scrollBar_align: mode
  43. ! Set the scrollbar width in pixels.
  44. ! URxvt*thickness: number
  45. ! Turn on/off pseudo-transparency by using the root pixmap as background
  46. ! URxvt*transparent: boolean
  47. ! Tint the transparent background with the given colour. Note that a black tint yields a completely black image while a white tint yields the image unchanged.
  48. ! URxvt*tintColor: color
  49. ! Darken (0 .. 99) or lighten (101 .. 200) the transparent background. A value of 100 means no shading
  50. ! URxvt*shading: number
  51. ! Apply gaussian blur with the specified radius to the transparent background. If a single number is specified, the vertical and horizontal radii are considered to be the same.
  52. ! Setting one of the radii to 1 and the other to a large number creates interesting effects on some backgrounds. The maximum radius value is 128. An horizontal or vertical radius of 0 disables blur
  53. ! URxvt*blurRadius: HxV
  54. ! Fade the text by the given percentage when focus is lost
  55. URxvt*fading: 30
  56. ! Fade to this colour, when fading is used (see fading:). The default colour is black
  57. ! URxvt*fadeColor: Green
  58. ! True: inhibit writing record into the system log file utmp; False: write record into the system log file utmp [default]
  59. URxvt*utmpInhibit: false
  60. ! True: set the urgency hint for the wm on receipt of a bell character. False: do not set the urgency hint [default] urxvt resets the urgency hint on every focus change.
  61. URxvt*urgentOnBell: false
  62. ! True: de-iconify (map) on receipt of a bell character. False: no de-iconify (map) on receipt of a bell character [default].
  63. URxvt*mapAlert: true
  64. ! True: the mouse wheel scrolls a page full. False: the mouse wheel scrolls five lines [default]
  65. URxvt*mouseWheelScrollPage: false
  66. ! Change the meaning of triple-click selection with the left mouse button. Instead of selecting a full line it will extend the selection to the end of the logical line only
  67. ! URxvt*tripleclickwords: boolean
  68. ! Enables "insecure" mode. Rxvt-unicode offers some escape sequences that echo arbitrary strings like the icon name or the locale. This could be abused if somebody gets 8-bit-clean access to your disp1ay
  69. ! URxvt*insecure: boolean
  70. ! Use the specified colour as the windows background colour [default White]
  71. URxvt*background: Black
  72. ! Use the specified colour as the windows foreground colour [default Black]
  73. URxvt*foreground: White
  74. ! Use the specified colour to disp1ay bold characters when the foreground colour is the default.
  75. ! URxvt*colorBD: color
  76. ! Use the specified colour to disp1ay italic characters when the foreground colour is the default
  77. ! URxvt*colorIT: color
  78. ! Use the specified colour to disp1ay underlined characters when the foreground colour is the default.
  79. URxvt*colorUL: yellow
  80. ! Use the specified colour as the background for reverse video characters.
  81. ! URxvt*colorRV: color
  82. ! If set, use the specified colour as the colour for the underline itself. If unset, use the foreground colour
  83. URxvt*underlineColor: yellow
  84. ! Use the specified colour for the scrollbar [default #B2B2B2]
  85. ! URxvt*scrollColor: color
  86. ! Use the specified colour for the scrollbars trough area [default #969696]. Only relevant for rxvt (non XTerm/NeXT) scrollbar
  87. ! URxvt*troughColor: color
  88. ! If set, use the specified colour as the background for highlighted characters. If unset, use reverse video
  89. ! URxvt*highlightColor: color
  90. ! If set and highlightColor is set, use the specified colour as the foreground for highlighted characters
  91. ! URxvt*highlightTextColor: White
  92. ! True: Make the cursor underlined. False: Make the cursor a box [default]
  93. !URxvt*cursorUnderline: false
  94. ! True: blink the cursor. False: do not blink the cursor [default];
  95. !URxvt*cursorBlink: true
  96. ! Use the specified colour for the cursor. The default is to use the foreground colour
  97. !URxvt*cursorColor: Magenta
  98. ! Use the specified colour for the colour of the cursor text. For this to take effect, cursorColor must also be specified. The default is to use the background colour
  99. !URxvt*cursorColor2: White
  100. ! True: blank the pointer when a key is pressed or after a set number of seconds of inactivity. False: the pointer is always visible [default]
  101. !URxvt*pointerBlank: true
  102. ! Specifies number of seconds before blanking the pointer [default 2]. Use a large number (e.g. 987654321) to effectively disable the timeout
  103. !URxvt*pointerBlankDelay: 4
  104. ! Mouse pointer foreground colour
  105. !URxvt*pointerColor: green
  106. ! Mouse pointer background colour
  107. !URxvt*pointerColor2: blue
  108. ! Set the name used to label the window's icon or displayed in an icon manager window, it also sets the window's title unless it is explicitly set
  109. ! URxvt*iconName: string
  110. ! Set the application icon pixmap; option -icon.
  111. ! URxvt*iconFile: file
  112. ! Set window title string, the default title is the command-line specified after the -e option, if any, otherwise the application name
  113. ! URxvt*title: string
  114. ! Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters
  115. URxvt*font: xft:Inconsolata:style=Regular:pixelsize:12
  116. URxvt*boldFont: xft:Inconsolata:style=Bold:pixelsize:12
  117. URxvt*italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true:pixelsize=12
  118. URxvt*boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true:pixelsize=12
  119. ! When font styles are not enabled, or this option is enabled (True default), bold/blink font styles imply high intensity foreground/background colours
  120. ! URxvt*intensityStyles: boolean
  121. ! Save number lines in the scrollback buffer [default 64]. This resource is limited on most machines to 65535
  122. URxvt*saveLines: 0
  123. ! Double-buffering for xft (default enabled). On some card/driver combination enabling it slightly decreases performance, on most it greatly helps it. The slowdown is small, so it should normally be enabled
  124. URxvt*buffered: true
  125. ! Attempt to find a visual with the given bit depth
  126. ! URxvt*depth: number
  127. ! visual id to request
  128. ! URxvt*visual: number
  129. ! Sets the WM_TRANSIENT_FOR property to the given window id.
  130. ! URxvt*transient-for: windowid
  131. ! Sets override-redirect for the terminal window, making it almost invisible to window managers
  132. ! URxvt*override-redirect: boolean
  133. ! Turn on/off hold window after exit support. If enabled, urxvt will not immediately destroy its window when the program executed within it exits. Instead, it will wait till it is being killed or closed by the user.
  134. URxvt*hold: false
  135. ! External border of number pixels. This resource is limited to 100
  136. ! URxvt*externalBorder: number
  137. ! Internal border of number pixels. This resource is limited to 100
  138. URxvt*internalBorder:
  139. ! The colour of the border around the text area and between the scrollbar and the text.
  140. ! URxvt*borderColor: color
  141. ! Set MWM hints to request a borderless window, i.e. if honoured by the WM, the rxvt-unicode window will not have window decorations
  142. ! URxvt*borderLess: boolean
  143. ! Specifies number of lines (pixel height) to insert between each row of the disp1ay [default 0]
  144. ! URxvt*lineSpace: number
  145. ! Letter spacing adjustment
  146. ! URxvt*letterSpace: number
  147. ! Disable the usage of the built-in block graphics/line drawing characters and just rely on what the specified fonts provide. Use this if you have a good font and want to use its block graphic glyphs
  148. ! URxvt*skipBuiltinGlyphs: boolean
  149. ! The string to send when the backspace key is pressed. If set to DEC or unset it will send Delete (code 127) or, with control, Backspace (code 8)
  150. ! URxvt*backspacekey: string
  151. ! The string to send when the delete key (not the keypad delete key) is pressed. If unset it will send the sequence traditionally associated with the Execute key.
  152. ! URxvt*deletekey: string
  153. ! Specify a command pipe for vt100 printer [default lpr(1)]. Use Print to initiate a screen dump to the printer and Ctrl-Print or Shift-Print to include the scrollback
  154. URxvt*print-pipe: cat > $HOME/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
  155. ! Set the key to be interpreted as the Meta key to: alt, meta, hyper, super, mod1, mod2, mod3, mod4, mod5
  156. ! URxvt*modifier: modifier
  157. ! The characters used as delimiters for double-click word selection (whitespace delimiting is added automatically if resource is given)
  158. ! URxvt*cutchars: string
  159. ! Specify the reply rxvt-unicode sends to the shell when an ENQ (control-E) character is passed through. It may contain escape values as described in the entry on keysym following.
  160. ! URxvt*answerbackString: string
  161. ! Colon-separated list of additional directories that hold extension scripts. When looking for perl extensions, urxvt will first look in these directories
  162. ! URxvt*perl-lib: string
  163. ! Perl code to be evaluated when all extensions have been registered
  164. ! URxvt*perl-eval: perl-eval
  165. ! Comma-separated list(s) of perl extension scripts (default: "default") to use in this terminal instance, blank disables
  166. URxvt*perl-ext-common:
  167. URxvt*perl-ext:
  168. ! Specifies the program to be started with a URL argument. Used by the "selection-popup" and "matcher" perl extensions
  169. ! URxvt*url-launcher: string
  170. ! name of inputMethod to use
  171. ! URxvt*inputMethod: name
  172. ! OverTheSpot, OffTheSpot, Root
  173. ! URxvt*preeditType: style
  174. ! The locale to use for opening the IM. You can use an "LC_CTYPE" of e.g. "de_DE.UTF-8" for normal text processing
  175. ! URxvt*imLocale: string
  176. ! Specify the font-set used for XIM styles "OverTheSpot" or "OffTheSpot". It must be a standard X font set (XLFD patterns separated by commas)
  177. ! URxvt*imFont: fontname
  178. ! Sets the working directory for the shell (or the command specified via -e). The path must be an absolute path and it must exist for urxvt to start. If it isnt specified then the current working directory
  179. ! URxvt*chdir: string
  180. ! True: simulate reverse video by foreground and background colours; option -rv. False: regular screen colours [default]
  181. ! URxvt*reverseVideo: boolean
  182. ! True: handle Meta (Alt) + keypress to set the 8th bit. False: handle Meta (Alt) + keypress as an escape prefix [default]
  183. ! URxvt*meta8: boolean
  184. ! True: store tabs as wide characters. False: interpret tabs as cursor movement only
  185. ! URxvt*pastableTabs: boolean
  186. ! Turn on/off ISO 14755 (default enabled)
  187. ! URxvt*iso14755: boolean
  188. ! Turn on/off ISO 14755 5.2 mode (default enabled)
  189. ! URxvt*iso14755_52: boolean
  190. ! Sets the hotkey that starts the incremental scrollback buffer search (default: "M-s")
  191. ! URxvt*searchable-scrollback: string
  192. ! Additional selection patterns, see the urxvtperl(3) manpage for details.
  193. ! URxvt*selection.pattern-0: string
  194. ! Selection auto-transform patterns, see the urxvtperl(3) manpage for details
  195. ! URxvt*selection-autotransform.*: string
  196. ! Associate string with keysym sym. The intervening resource name keysym. cannot be omitted.
  197. ! URxvt*keysym.sym: keysym
  198. ! URxvt*selection-pastebin.cmd: string
  199. ! URxvt*selection-pastebin.url: string
  200. ! URxvt*tab-bg: colour
  201. ! URxvt*tab-fg: colour
  202. ! URxvt*tabbar-bg: colour
  203. ! URxvt*tabbar-fg: colour
  204. ! URxvt*xrm: string
  205. ! URxvt*background.border: boolean
  206. ! URxvt*background.expr: string
  207. ! URxvt*background.interval: seconds
  208. ! URxvt*bell-command: string
  209. ! URxvt*matcher.button: string
  210. ! URxvt*matcher.launcher: string
  211. ! URxvt*matcher.launcher.*: string
  212. ! URxvt*matcher.pattern.*: string
  213. ! URxvt*matcher.rend.*: string
  214. ! URxvt*remote-clipboard.fetch: string
  215. ! URxvt*remote-clipboard.store: string
  216. !solarizations
  217. #define S_base03 #002b36
  218. #define S_base02 #073642
  219. #define S_base01 #586e75
  220. #define S_base00 #657b83
  221. #define S_base0 #839496
  222. #define S_base1 #93a1a1
  223. #define S_base2 #eee8d5
  224. #define S_base3 #fdf6e3
  225. *background: S_base03
  226. *foreground: S_base0
  227. *fadeColor: S_base03
  228. *cursorColor: S_base1
  229. *pointerColorBackground:S_base01
  230. *pointerColorForeground:S_base1
  231. #define S_yellow #b58900
  232. #define S_orange #cb4b16
  233. #define S_red #dc322f
  234. #define S_magenta #d33682
  235. #define S_violet #6c71c4
  236. #define S_blue #268bd2
  237. #define S_cyan #2aa198
  238. #define S_green #859900
  239. !! black dark/light
  240. *color0: S_base02
  241. *color8: S_base03
  242. !! red dark/light
  243. *color1: S_red
  244. *color9: S_orange
  245. !! green dark/light
  246. *color2: S_green
  247. *color10: S_base01
  248. !! yellow dark/light
  249. *color3: S_yellow
  250. *color11: S_base00
  251. !! blue dark/light
  252. *color4: S_blue
  253. *color12: S_base0
  254. !! magenta dark/light
  255. *color5: S_magenta
  256. *color13: S_violet
  257. !! cyan dark/light
  258. *color6: S_cyan
  259. *color14: S_base1
  260. !! white dark/light
  261. *color7: S_base2
  262. *color15: S_base3