From 35170b18a5b6700ce4c3ee064f9ca101f33d6c56 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 19 Dec 2021 12:35:10 -0500 Subject: hide pointer in urxvt --- dot_Xresources.tmpl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3