From 859b110f3b419409010d36793480442b32d9bd19 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 31 Aug 2010 00:20:45 +0200 Subject: urxvt: set inerhitPixmap false (avoids some flickering) --- .config/rxvt-unicode/rxvt-unicode.xdefaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/rxvt-unicode/rxvt-unicode.xdefaults b/.config/rxvt-unicode/rxvt-unicode.xdefaults index 264827d..20952b5 100644 --- a/.config/rxvt-unicode/rxvt-unicode.xdefaults +++ b/.config/rxvt-unicode/rxvt-unicode.xdefaults @@ -6,6 +6,8 @@ urxvt*color0: rgba:1000/1000/1000/faff !urxvt*color8: #555753 urxvt*color8: rgb:55/57/53 +!urxvt*inheritPixmap: false + ! Red !*color1: #cc0000 !*color9: #ef2929 -- cgit