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