diff options
-rw-r--r-- | dot_Xresources.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 7e923ca..4c5970b 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -14,6 +14,7 @@ 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.perl-ext-common: default,matcher,font-size,-searchable-scrollback +URxvt.pointerBlank: true URxvt.url-launcher: firefox URxvt.matcher.button: 1 URxvt.visualBell: false |