From 0efe060a3ba309b1c482949e0f4c12850d1351f6 Mon Sep 17 00:00:00 2001 From: Winfred Lu Date: Wed, 30 May 2012 23:00:43 +0800 Subject: [PATCH] Use monaco font by default. --- X/Xresources | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/X/Xresources b/X/Xresources index b73247b..63e87bf 100644 --- a/X/Xresources +++ b/X/Xresources @@ -2,8 +2,10 @@ URxvt.background: black URxvt.foreground: gray URxvt.cursorBlink: true URxvt.cursorColor: #22dd00 -URxvt.font: xft:DejaVuSansMono:size=10, \ +URxvt.font: xft:Monaco:size=10, \ + xft:DejaVu Sans Mono:size=10, \ xft:AR PL UMing TW, \ + xft:AR PL Mingti2L Big5, \ 8x16 URxvt.geometry: 80x30 URxvt.scrollBar: false