From 913e7ff72268e47c2cb1920d16a42acec71dbcfb Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 27 Aug 2022 23:40:02 +0200 Subject: [PATCH] Xresources: use Source Code Pro on beryllium --- Xresources | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 438469e..c2a8ea2 100644 --- a/Xresources +++ b/Xresources @@ -1,5 +1,11 @@ -URxvt.font: xft:Monospace:size=9:antialias=true -URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true +! beryllium is arch-based with easy access to source code pro, let's use it +#if defined(SRVR_beryllium) + URxvt.font: xft:Source Code Pro:size=9:antialias=true + URxvt.boldFont: xft:Source Code Pro:style=bold:size=9:antialias=true +#else + URxvt.font: xft:Monospace:size=9:antialias=true + URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true +#endif URxvt.foreground: white URxvt.background: black URxvt.letterSpace: -1