Compare commits

..

2 Commits

Author SHA1 Message Date
Icedream b302ee7f2f
Simplify Xresources using wildcards a little. 2018-02-20 11:24:13 +01:00
Icedream 14512759dd
Remove Xdefaults and Xdresources (??). 2018-02-20 11:23:57 +01:00
3 changed files with 31 additions and 69 deletions

View File

@ -1,26 +0,0 @@
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

View File

@ -1,3 +0,0 @@
xterm*foreground: lightgrey
xterm*background: black

View File

@ -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