diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-19 12:35:01 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-19 12:35:01 -0500 |
commit | 931c22e8ca1da429e4269c0372fc7b8cec8906f1 (patch) | |
tree | dc75c7fff95cad64dcb6f2edf7cf17de24726301 | |
parent | schmorp catgirl config (diff) |
fix templating in Xresources
-rw-r--r-- | dot_Xresources.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |