From 7b4de27bc80931a72c6f64cd5a13975c8d29ac26 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 11 Jun 2014 17:12:30 +0200 Subject: [PATCH] urxvt: use a more transparent background by default On a HiDPI screen, the previous transparency was almost not transparent. --- Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 5e85865..efc28bd 100644 --- a/Xresources +++ b/Xresources @@ -24,7 +24,7 @@ Xft.rgba: rgb !! rxvt configuration URxvt.foreground: white -URxvt.background: rgba:0000/0000/0000/eeee +URxvt.background: rgba:0000/0000/0000/dddd URxvt.cursorColor: green URxvt.depth: 32 URxvt.cursorBlink: True