Compare commits
No commits in common. "b302ee7f2fb493cac7ab1a360ef711c81105eb06" and "4f4b38d6b01fc23a5c43b9a8ec92e3f9402b57bf" have entirely different histories.
b302ee7f2f
...
4f4b38d6b0
|
@ -0,0 +1,26 @@
|
|||
URxvt.saveLines: 1000
|
||||
URxvt.scrollBar: false
|
||||
URxvt.foreground: white
|
||||
URxvt.background: black
|
||||
URxvt.secondaryScroll: true
|
||||
#URxvt.font: xft:Inconsolata:pixelsize=16:antialias=true
|
||||
|
||||
URxvt.font: xft:fantasquesansmono nerd font:size=12
|
||||
|
||||
URxvt.perl-ext-common: default,matcher,resize-font,tabbed
|
||||
URxvt.urlLauncher: chromium
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.tabbed.saveLines: 1000
|
||||
URxvt.tabbed.scrollBar: false
|
||||
URxvt.tabbed.tabbar-fg: 3
|
||||
URxvt.tabbed.tabbar-bg: 0
|
||||
URxvt.tabbed.tab-fg: 0
|
||||
URxvt.tabbed.tab-bg: 1
|
||||
URxvt.tabbed.secondaryScroll: true
|
||||
#URxvt.tabbed.font: xft:Bitstream Vera Sans Mono:pixelsize=12
|
||||
URxvt*inheritPixmap: true
|
||||
URxvt*shading: 70
|
||||
|
||||
URxvt.resize-font.smaller: C-Down
|
||||
URxvt.resize-font.bigger: C-Up
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
xterm*foreground: lightgrey
|
||||
xterm*background: black
|
||||
|
|
@ -1,34 +1,43 @@
|
|||
*background: black
|
||||
*foreground: lightgrey
|
||||
*selectToClipboard: true
|
||||
*locale: true
|
||||
*metaSendsEscape: true
|
||||
xterm*background: black
|
||||
xterm*foreground: lightgrey
|
||||
xterm*selectToClipboard: true
|
||||
xterm*locale: true
|
||||
xterm*metaSendsEscape: true
|
||||
XTerm.vt100.faceName: fantasquesansmono nerd font:size=12
|
||||
XTerm.vt100.font: 7x13
|
||||
xterm*utf8: 1
|
||||
|
||||
*vt100.faceName: monospace:size=12
|
||||
*vt100.font: 7x13
|
||||
uxterm*background: black
|
||||
uxterm*foreground: lightgrey
|
||||
uxterm*selectToClipboard: true
|
||||
uxterm*locale: true
|
||||
uxterm*metaSendsEscape: true
|
||||
UXTerm.vt100.faceName: fantasquesansmono nerd font:size=12
|
||||
UXTerm.vt100.font: 7x13
|
||||
|
||||
*saveLines: 1000
|
||||
*scrollBar: false
|
||||
*secondaryScroll: true
|
||||
*letterSpace: 0
|
||||
|
||||
urxvt*termName: rxvt-unicode
|
||||
*rxvt*font: xft:monospace:size=12
|
||||
|
||||
*rxvt.perl-ext-common: default,matcher,resize-font,tabbed
|
||||
*rxvt.matcher.button: 1
|
||||
|
||||
*tabbed.saveLines: 1000
|
||||
*tabbed.scrollBar: false
|
||||
*tabbed.tabbar-fg: 3
|
||||
*tabbed.tabbar-bg: 0
|
||||
*tabbed.tab-fg: 0
|
||||
*tabbed.tab-bg: 1
|
||||
*tabbed.secondaryScroll: true
|
||||
|
||||
*inheritPixmap: true
|
||||
*shading: 70
|
||||
|
||||
*resize-font.smaller: C-Down
|
||||
*resize-font.bigger: C-Up
|
||||
URxvt.saveLines: 1000
|
||||
URxvt.scrollBar: false
|
||||
URxvt.foreground: white
|
||||
URxvt.background: black
|
||||
URxvt.secondaryScroll: true
|
||||
URxvt.letterSpace: 0
|
||||
urxvt*termName: rxvt-unicode-256color
|
||||
urxvt*font: xft:fantasquesansmono nerd font:regular:size=12, xft:PowerlineSymbols:regular:size=12
|
||||
urxvt*imFont: xft:fantasquesansmono nerd font:regular:size=12, xft:PowerlineSymbols:regular:size=12
|
||||
urxvt*boldFont: xft:fantasquesansmono nerd font:bold:size=12, xft:PowerlineSymbols:bold:size=12
|
||||
urxvt*italicFont: xft:fantasquesansmono nerd font:italic:size=12, xft:PowerlineSymbols:italic:size=12
|
||||
urxvt*boldItalicFont: xft:fantasquesansmono nerd font:bold:italic:size=12, xft:PowerlineSymbols:bold:italic:size=12
|
||||
URxvt.perl-ext-common: default,matcher,resize-font,tabbed
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.tabbed.saveLines: 1000
|
||||
URxvt.tabbed.scrollBar: false
|
||||
URxvt.tabbed.tabbar-fg: 3
|
||||
URxvt.tabbed.tabbar-bg: 0
|
||||
URxvt.tabbed.tab-fg: 0
|
||||
URxvt.tabbed.tab-bg: 1
|
||||
URxvt.tabbed.secondaryScroll: true
|
||||
URxvt*inheritPixmap: true
|
||||
URxvt*shading: 70
|
||||
URxvt.resize-font.smaller: C-Down
|
||||
URxvt.resize-font.bigger: C-Up
|
||||
|
||||
|
|
Loading…
Reference in New Issue