Fix Xresources params no longer being matched properly.

master
Icedream 2018-02-20 16:19:54 +01:00
parent a4ae973429
commit 1356c2a807
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 19 additions and 20 deletions

View File

@ -4,31 +4,30 @@
*locale: true *locale: true
*metaSendsEscape: true *metaSendsEscape: true
*vt100.faceName: monospace:size=12
*vt100.font: 7x13
*saveLines: 1000 *saveLines: 1000
*scrollBar: false *scrollBar: false
*secondaryScroll: true *secondaryScroll: true
*letterSpace: 0 *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 *inheritPixmap: true
*shading: 70 *shading: 70
*resize-font.smaller: C-Down *vt100.faceName: monospace:size=11
*resize-font.bigger: C-Up *vt100.font: 7x13
urxvt*termName: rxvt-unicode
urxvt*font: xft:monospace:size=11
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.resize-font.smaller: C-Down
urxvt.resize-font.bigger: C-Up