diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:48:58 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:48:58 -0500 |
commit | f26c4a9e1d8f4aae5e0583cb264dea469be9b104 (patch) | |
tree | 5e9e16b77f903b902aaabbe121a09ba39658d6e9 /dot_Xresources.tmpl | |
parent | README instructions (diff) |
Switch to iosevka in urxvt
Diffstat (limited to 'dot_Xresources.tmpl')
-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 b8019df..9d5e33f 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: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: xft:Iosevka: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.pointerBlank: true URxvt.url-launcher: firefox |