Simplify Xresources using wildcards a little.
parent
14512759dd
commit
b302ee7f2f
|
@ -1,43 +1,34 @@
|
|||
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
|
||||
*background: black
|
||||
*foreground: lightgrey
|
||||
*selectToClipboard: true
|
||||
*locale: true
|
||||
*metaSendsEscape: true
|
||||
|
||||
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
|
||||
*vt100.faceName: monospace:size=12
|
||||
*vt100.font: 7x13
|
||||
|
||||
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
|
||||
*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
|
||||
|
||||
|
|
Loading…
Reference in New Issue