diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:47:28 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:47:28 -0500 |
commit | e4972aecc6547f36fc6c39b301ec9885582ea246 (patch) | |
tree | f87065a0203e447766cf5faa9f0b21ba5d6be859 /dot_Xresources | |
parent | Install the font-size extension on openbsd (diff) |
Add spleen to urxvt fonts
Diffstat (limited to '')
-rw-r--r-- | dot_Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_Xresources b/dot_Xresources index 51f9e07..281b962 100644 --- a/dot_Xresources +++ b/dot_Xresources @@ -14,7 +14,7 @@ URxvt*color12: #0088FF URxvt.underlineColor: yellow URxvt.saveLines: 8192 URxvt.mapAlert: true -URxvt.font: xft:Inconsolata:size=7,xft:Input Mono Medium:size=7,xft:DejaVu Sans Mono:size=7,xft:Liberation Mono:size=7,xft:symbola:size=10:minspace=False +URxvt.font: xft:spleen:size=7,xft:Inconsolata:size=7,xft:Input Mono Medium:size=7,xft:DejaVu Sans Mono:size=7,xft:Liberation Mono:size=7,xft:symbola:size=10:minspace=False URxvt.perl-ext-common: default,matcher,font-size,-searchable-scrollback URxvt.url-launcher: firefox URxvt.matcher.button: 1 |