Simplify Xresources using wildcards a little.
parent
14512759dd
commit
b302ee7f2f
|
@ -1,43 +1,34 @@
|
||||||
xterm*background: black
|
*background: black
|
||||||
xterm*foreground: lightgrey
|
*foreground: lightgrey
|
||||||
xterm*selectToClipboard: true
|
*selectToClipboard: true
|
||||||
xterm*locale: true
|
*locale: true
|
||||||
xterm*metaSendsEscape: true
|
*metaSendsEscape: true
|
||||||
XTerm.vt100.faceName: fantasquesansmono nerd font:size=12
|
|
||||||
XTerm.vt100.font: 7x13
|
|
||||||
xterm*utf8: 1
|
|
||||||
|
|
||||||
uxterm*background: black
|
*vt100.faceName: monospace:size=12
|
||||||
uxterm*foreground: lightgrey
|
*vt100.font: 7x13
|
||||||
uxterm*selectToClipboard: true
|
|
||||||
uxterm*locale: true
|
|
||||||
uxterm*metaSendsEscape: true
|
|
||||||
UXTerm.vt100.faceName: fantasquesansmono nerd font:size=12
|
|
||||||
UXTerm.vt100.font: 7x13
|
|
||||||
|
|
||||||
URxvt.saveLines: 1000
|
*saveLines: 1000
|
||||||
URxvt.scrollBar: false
|
*scrollBar: false
|
||||||
URxvt.foreground: white
|
*secondaryScroll: true
|
||||||
URxvt.background: black
|
*letterSpace: 0
|
||||||
URxvt.secondaryScroll: true
|
|
||||||
URxvt.letterSpace: 0
|
urxvt*termName: rxvt-unicode
|
||||||
urxvt*termName: rxvt-unicode-256color
|
*rxvt*font: xft:monospace:size=12
|
||||||
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
|
*rxvt.perl-ext-common: default,matcher,resize-font,tabbed
|
||||||
urxvt*boldFont: xft:fantasquesansmono nerd font:bold:size=12, xft:PowerlineSymbols:bold:size=12
|
*rxvt.matcher.button: 1
|
||||||
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
|
*tabbed.saveLines: 1000
|
||||||
URxvt.perl-ext-common: default,matcher,resize-font,tabbed
|
*tabbed.scrollBar: false
|
||||||
URxvt.matcher.button: 1
|
*tabbed.tabbar-fg: 3
|
||||||
URxvt.tabbed.saveLines: 1000
|
*tabbed.tabbar-bg: 0
|
||||||
URxvt.tabbed.scrollBar: false
|
*tabbed.tab-fg: 0
|
||||||
URxvt.tabbed.tabbar-fg: 3
|
*tabbed.tab-bg: 1
|
||||||
URxvt.tabbed.tabbar-bg: 0
|
*tabbed.secondaryScroll: true
|
||||||
URxvt.tabbed.tab-fg: 0
|
|
||||||
URxvt.tabbed.tab-bg: 1
|
*inheritPixmap: true
|
||||||
URxvt.tabbed.secondaryScroll: true
|
*shading: 70
|
||||||
URxvt*inheritPixmap: true
|
|
||||||
URxvt*shading: 70
|
*resize-font.smaller: C-Down
|
||||||
URxvt.resize-font.smaller: C-Down
|
*resize-font.bigger: C-Up
|
||||||
URxvt.resize-font.bigger: C-Up
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue