From 287d2b194d2a535955bc52cc530763a1e957a648 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 17 May 2013 01:39:47 +0200 Subject: [PATCH] urxvt compatibility --- .Xresources | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.Xresources b/.Xresources index 92e5561..80de9b3 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,7 @@ xterm*background: #000000 xterm*foreground: #ffffff -URxvt.depth: 32 -URxvt.background: [95]#000000 -URxvt.foreground: #ffffff -URxvt.scrollBar: false +URxvt*.depth: 32 +URxvt*.background: [95]#000000 +URxvt*.foreground: #ffffff +URxvt*.scrollBar: false