From bccc7228742943a748584899ab6b0e0c57da4433 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Thu, 6 Jun 2019 19:05:08 +1000 Subject: [PATCH] update X fonts for emojis & unicode symbols --- x/.Xdefaults | 3 ++- x/.Xresources | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/x/.Xdefaults b/x/.Xdefaults index 6641587..ffcbc19 100644 --- a/x/.Xdefaults +++ b/x/.Xdefaults @@ -9,7 +9,8 @@ URxvt.saveLines: 100000 URxvt.depth: 32 URxvt.background: [75]#082833 URxvt.scrollBar: false -URxvt.font: xft:ubuntu mono derivative powerline:size=12 +URxvt.font: xft:Ubuntu Mono derivative Powerline:size=13,\ + xft:DejaVu Sans Mono:size=13:antialias=true:hinting=true URxvt.foreground: #acb9b9 URxvt.color0: #003c49 diff --git a/x/.Xresources b/x/.Xresources index 0562568..8f04e57 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,2 +1,9 @@ Xcursor.theme: Neutral Xcursor.size: 12 + +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintslight +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb -- 2.49.0