From 931c22e8ca1da429e4269c0372fc7b8cec8906f1 Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Sun, 19 Dec 2021 12:35:01 -0500
Subject: fix templating in Xresources

---
 dot_Xresources.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl
index 92dac20..7e923ca 100644
--- a/dot_Xresources.tmpl
+++ b/dot_Xresources.tmpl
@@ -12,7 +12,7 @@ URxvt*color12: #0088FF
 URxvt.underlineColor: yellow
 URxvt.saveLines: 8192
 URxvt.mapAlert: true
-URxvt.font: {{ if (eq .chezmoi.os "openbsd") }}xft:spleen:size=10{{ else }}xft:Spleen 16x32:antialias=false{{ end }},xft:,xft:Inconsolata:size=10,xft:Input Mono Medium:size=10,xft:DejaVu Sans Mono:size=10,xft:Liberation Mono:size=10,xft:symbola:size=10:minspace=False
+URxvt.font: {{ if (eq .chezmoi.os "openbsd") }}xft:spleen:size=10{{ else }}xft:Spleen 16x32:antialias=false{{ end }},xft:Inconsolata:size=10,xft:Input Mono Medium:size=10,xft:DejaVu Sans Mono:size=10,xft:Liberation Mono:size=10,xft:symbola:size=10:minspace=False
 URxvt.perl-ext-common: default,matcher,font-size,-searchable-scrollback
 URxvt.url-launcher: firefox
 URxvt.matcher.button: 1
-- 
cgit v1.2.3