From 1422cb6aab6cd7cc2f4d53e149cbc06171ff3c58 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Sun, 25 Sep 2022 02:22:23 +0200 Subject: [PATCH] Hide cursor while using the terminal --- .Xresources | 1 + 1 file changed, 1 insertion(+) diff --git a/.Xresources b/.Xresources index 524e133..8c3ef42 100644 --- a/.Xresources +++ b/.Xresources @@ -2,3 +2,4 @@ URxvt.perl-ext-common: default,matcher,resize-font URxvt.url-launcher: /usr/bin/x-www-browser URxvt.matcher.button: Ctrl-1 URxvt.matcher.rend.0: Uline +URxvt.pointerBlank: true