Use a more consistent way to define URxvt's font
This commit is contained in:
parent
2186b26e8a
commit
692b58d031
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ URxvt.url-select.underline: true
|
||||||
! URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
|
! URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
|
||||||
! urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1
|
! urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1
|
||||||
|
|
||||||
urxvt.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17
|
urxvt.font: xft:Fantasque Sans Mono-13:weight=medium
|
||||||
urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17
|
urxvt.boldFont: xft:Fantasque Sans Mono-13:weight=bold
|
||||||
urxvt.italicFont: xft:Fantasque Sans Mono:slant=italic:pixelsize=17
|
urxvt.italicFont: xft:Fantasque Sans Mono-13:slant=italic
|
||||||
|
|
||||||
URxvt.modeline.fg: 15
|
URxvt.modeline.fg: 15
|
||||||
URxvt.modeline.bg: 12
|
URxvt.modeline.bg: 12
|
||||||
|
|
Loading…
Reference in a new issue