Fix Xresources params no longer being matched properly.
parent
a4ae973429
commit
1356c2a807
|
@ -4,31 +4,30 @@
|
|||
*locale: true
|
||||
*metaSendsEscape: true
|
||||
|
||||
*vt100.faceName: monospace:size=12
|
||||
*vt100.font: 7x13
|
||||
|
||||
*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
|
||||
*vt100.faceName: monospace:size=11
|
||||
*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
|
||||
|
||||
|
|
Loading…
Reference in New Issue