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.
		
		
		
		
		
			
		
			
				
					
					
						
							247 lines
						
					
					
						
							8.5 KiB
						
					
					
				
			
		
		
	
	
							247 lines
						
					
					
						
							8.5 KiB
						
					
					
				| ! URxvt*termName: string | |
| ! URxvt*geometry: geometry | |
| ! URxvt*chdir: string | |
| ! URxvt*reverseVideo: boolean | |
| ! URxvt*loginShell: boolean | |
| ! URxvt*jumpScroll: boolean | |
| ! URxvt*pastableTabs: boolean | |
| ! URxvt*scrollstyle: mode | |
| URxvt*scrollBar: false | |
| URxvt*loginShell: true | |
| ! URxvt*scrollBar_right: boolean | |
| ! URxvt*scrollBar_floating: boolean | |
| ! URxvt*scrollBar_align: mode | |
| ! URxvt*thickness: number | |
| ! URxvt*scrollTtyOutput: boolean | |
| ! URxvt*scrollTtyKeypress: boolean | |
| ! URxvt*scrollWithBuffer:               boolean | |
| ! URxvt*inheritPixmap:                  boolean | |
| ! URxvt*transparent:                    boolean | |
| ! URxvt*tintColor:                      color | |
| ! URxvt*shading:                        number | |
| ! URxvt*blurRadius:                     HxV | |
| ! URxvt*fading:                         number | |
| ! URxvt*fadeColor:                      color | |
| ! URxvt*utmpInhibit:                    boolean | |
| ! URxvt*urgentOnBell:                   boolean | |
| ! URxvt*visualBell:                     boolean | |
| ! URxvt*mapAlert:                       boolean | |
| ! URxvt*meta8:                          boolean | |
| ! URxvt*mouseWheelScrollPage:           boolean | |
| ! URxvt*tripleclickwords:               boolean | |
| ! URxvt*insecure:                       boolean | |
| ! URxvt*cursorUnderline:                boolean | |
| ! URxvt*cursorBlink:                    boolean | |
| ! URxvt*pointerBlank:                   boolean | |
| !URxvt*background:                      rgba:1000/2a00/3b00/ffff | |
|  | |
|  | |
| #define S_base03        #002b36 | |
| #define S_base02        #073642 | |
| #define S_base01        #586e75 | |
| #define S_base00        #657b83 | |
| #define S_base0         #839496 | |
| #define S_base1         #93a1a1 | |
| #define S_base2         #eee8d5 | |
| #define S_base3         #fdf6e3 | |
|  | |
| *background:            S_base03 | |
| *foreground:            S_base0 | |
| *fadeColor:             S_base03 | |
| *cursorColor:           S_base1 | |
| *pointerColorBackground:S_base01 | |
| *pointerColorForeground:S_base1 | |
|  | |
| #define S_yellow        #b58900 | |
| #define S_orange        #cb4b16 | |
| #define S_red           #dc322f | |
| #define S_magenta       #d33682 | |
| #define S_violet        #6c71c4 | |
| #define S_blue          #268bd2 | |
| #define S_cyan          #2aa198 | |
| #define S_green         #859900 | |
|  | |
| !! black dark/light | |
| *color0:                S_base02 | |
| *color8:                S_base03 | |
|  | |
| !! red dark/light | |
| *color1:                S_red | |
| *color9:                S_orange | |
|  | |
| !! green dark/light | |
| *color2:                S_green | |
| *color10:               S_base01 | |
|  | |
| !! yellow dark/light | |
| *color3:                S_yellow | |
| *color11:               S_base00 | |
|  | |
| !! blue dark/light | |
| *color4:                S_blue | |
| *color12:               S_base0 | |
|  | |
| !! magenta dark/light | |
| *color5:                S_magenta | |
| *color13:               S_violet | |
|  | |
| !! cyan dark/light | |
| *color6:                S_cyan | |
| *color14:               S_base1 | |
|  | |
| !! white dark/light | |
| *color7:                S_base2 | |
| *color15:               S_base3 | |
|  | |
| !urxvt extensions: | |
|  | |
| URxvt.perl-ext-common:  default,matcher,tabbedex,font-size,vtwheel,fullscreen,selection-to-clipboard,osc-xterm-clipboard | |
|  | |
| !enabling clickable links: | |
|  | |
| URxvt.url-launcher:      /usr/bin/google-chrome | |
| URxvt.matcher.button:   1 | |
|  | |
| !urxvt scrolling options and cursor style: | |
|  | |
| URxvt*saveLines: 12000 | |
| URxvt*scrollstyle:plain | |
| URxvt*cursorBlink: true | |
|  | |
| ! urxvt tabs settings: | |
|  | |
| URxvt.tabbed.tabbar-fg: 2 | |
| URxvt.tabbed.tabbar-bg: 0 | |
| URxvt.tabbed.tab-fg: 2 | |
| URxvt.tabbed.tab-bg: 8 | |
| URxvt.tabbed.autohide:  yes | |
| URxvt.tabbed.new-button:  no | |
| URxvt.tabbed.title: no | |
|  | |
| ! URxvt.keysym.C-Up:     perl:font-size:increase | |
| ! URxvt.keysym.C-Down:   perl:font-size:decrease | |
| ! URxvt.keysym.C-S-Up:   perl:font-size:incglobal | |
| ! URxvt.keysym.C-S-Down: perl:font-size:decglobal | |
| ! URxvt.keysym.Control-Up:       \033[1;5A | |
| ! URxvt.keysym.Control-Down:     \033[1;5B | |
| ! URxvt.keysym.Control-Left:     \033[1;5D | |
| ! URxvt.keysym.Control-Right:    \033[1;5C | |
|  | |
| ! URxvt doesn't nicely send C-S- to the underlying app so they have to be | |
| ! added here as they become necessary. | |
| ! URxvt.keysym.C-S-0: | |
|  | |
| Xft.dpi: 96 | |
| Xft.antialias: 1 | |
| Xft.hinting:    1 | |
| Xft.hintstyle:  hintslight | |
| Xft.rgba:       rgb | |
| xterm*faceName: Inconsolata | |
| xterm*faceSize: 7 7 7 7 7 7 7 | |
| !URxvt*font: xft:Liberation Mono-8 | |
| !URxvt*boldFont: xft:Liberation Mono:bold | |
| URxvt*font: xft:Inconsolata:size=8:antialias=true:hinting=true | |
| URxvt*boldFont: xft:Inconsolata:bold | |
| URxvt.letterSpace: -1 | |
|  | |
| URxvt*termName: rxvt-256color | |
| URxvt.iso14755: False | |
| URxvt.iso14755_52: False | |
| URxvt.urgentOnBell: true | |
| ! URxvt*foreground:                     color | |
| ! URxvt*color0:                         color | |
| ! URxvt*color1:                         color | |
| ! URxvt*color2:                         color | |
| ! URxvt*color3:                         color | |
| ! URxvt*color4:                         color | |
| ! URxvt*color5:                         color | |
| ! URxvt*color6:                         color | |
| ! URxvt*color7:                         color | |
| ! URxvt*color8:                         color | |
| ! URxvt*color9:                         color | |
| ! URxvt*color10:                        color | |
| ! URxvt*color11:                        color | |
| ! URxvt*color12:                        color | |
| ! URxvt*color13:                        color | |
| ! URxvt*color14:                        color | |
| ! URxvt*color15:                        color | |
| ! URxvt*colorBD:                        color | |
| ! URxvt*colorIT:                        color | |
| ! URxvt*colorUL:                        color | |
| ! URxvt*colorRV:                        color | |
| ! URxvt*underlineColor:                 color | |
| ! URxvt*scrollColor:                    color | |
| ! URxvt*troughColor:                    color | |
| ! URxvt*highlightColor:                 color | |
| ! URxvt*highlightTextColor:             color | |
| ! URxvt*cursorColor:                    color | |
| ! URxvt*cursorColor2:                   color | |
| ! URxvt*pointerColor:                   color | |
| ! URxvt*pointerColor2:                  color | |
| ! URxvt*borderColor:                    color | |
| ! URxvt*iconFile:                       file | |
| ! URxvt*boldFont:                       fontname | |
| ! URxvt*italicFont:                     fontname | |
| ! URxvt*boldItalicFont:                 fontname | |
| ! URxvt*intensityStyles:                boolean | |
| ! URxvt*inputMethod:                    name | |
| ! URxvt*preeditType:                    style | |
| ! URxvt*imLocale:                       string | |
| ! URxvt*imFont:                         fontname | |
| ! URxvt*title:                          string | |
| ! URxvt*iconName:                       string | |
| ! URxvt*saveLines:                      number | |
| ! URxvt*buffered:                       boolean | |
| URxvt*depth:                            0 | |
| ! URxvt*visual:                         number | |
| ! URxvt*transient-for:                  windowid | |
| ! URxvt*override-redirect:              boolean | |
| ! URxvt*hold:                           boolean | |
| ! URxvt*externalBorder:                 number | |
| ! URxvt*internalBorder:                 number | |
| ! URxvt*borderLess:                     boolean | |
| ! URxvt*lineSpace:                      number | |
| ! URxvt*letterSpace:                    number | |
| ! URxvt*skipBuiltinGlyphs:              boolean | |
| ! URxvt*pointerBlankDelay:              number | |
| ! URxvt*backspacekey:                   string | |
| ! URxvt*deletekey:                      string | |
| ! URxvt*print-pipe:                     string | |
| ! URxvt*modifier:                       modifier | |
| ! URxvt*cutchars:                       string | |
| ! URxvt*answerbackString:               string | |
| ! URxvt*secondaryScreen:                boolean | |
| ! URxvt*secondaryScroll:                boolean | |
| ! URxvt*perl-lib:                       string | |
| ! URxvt*perl-eval:                      perl-eval | |
| ! URxvt*perl-ext-common:                string | |
| ! URxvt*perl-ext:                       string | |
| ! URxvt*iso14755:                       boolean | |
| ! URxvt*iso14755_52:                    boolean | |
| ! URxvt*xrm:                            string | |
| ! URxvt*keysym.sym:                     keysym | |
| ! URxvt*background.border:              boolean | |
| ! URxvt*background.expr:                string | |
| ! URxvt*background.interval:            seconds | |
| ! URxvt*bell-command:                   string | |
| ! URxvt*matcher.button:                 string | |
| ! URxvt*matcher.launcher:               string | |
| ! URxvt*matcher.launcher.*:             string | |
| ! URxvt*matcher.pattern.*:              string | |
| ! URxvt*matcher.rend.*:                 string | |
| ! URxvt*remote-clipboard.fetch:         string | |
| ! URxvt*remote-clipboard.store:         string | |
| ! URxvt*searchable-scrollback:          string | |
| ! URxvt*selection-autotransform.*:      string | |
| ! URxvt*selection-pastebin.cmd:         string | |
| ! URxvt*selection-pastebin.url:         string | |
| ! URxvt*selection.pattern-0:            string | |
| ! URxvt*tab-bg:                         colour | |
| ! URxvt*tab-fg:                         colour | |
| ! URxvt*tabbar-bg:                      colour | |
| ! URxvt*tabbar-fg:                      colour | |
| ! URxvt*url-launcher:                   string | |
| ! | |
| ! | |
| ! | |
| !
 | |
| 
 |