From 692b58d031c4c243c5a8d20ba647613aa23eaf8b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 30 Nov 2015 00:34:37 +0100 Subject: Use a more consistent way to define URxvt's font --- x11/.Xdefaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/.Xdefaults b/x11/.Xdefaults index 1fa1cb7..fad8bd9 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -56,9 +56,9 @@ URxvt.url-select.underline: true ! URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+) ! urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1 -urxvt.font: xft:Fantasque Sans Mono:weight=medium:pixelsize=17 -urxvt.boldFont: xft:Fantasque Sans Mono:weight=bold:pixelsize=17 -urxvt.italicFont: xft:Fantasque Sans Mono:slant=italic:pixelsize=17 +urxvt.font: xft:Fantasque Sans Mono-13:weight=medium +urxvt.boldFont: xft:Fantasque Sans Mono-13:weight=bold +urxvt.italicFont: xft:Fantasque Sans Mono-13:slant=italic URxvt.modeline.fg: 15 URxvt.modeline.bg: 12 -- cgit v1.2.3-54-g00ecf