diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-19 12:35:10 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-19 12:35:10 -0500 |
commit | 35170b18a5b6700ce4c3ee064f9ca101f33d6c56 (patch) | |
tree | 769c7d6a4407ab128827f1010ead571f6f78aa35 | |
parent | fix templating in Xresources (diff) |
hide pointer in urxvt
-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 |