diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-08-31 00:20:45 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-08-31 00:20:45 +0200 |
commit | 859b110f3b419409010d36793480442b32d9bd19 (patch) | |
tree | be313e1f82f9f527598944af5a419255ee736e37 /.config/rxvt-unicode | |
parent | d7b37a5dc27773c7372c2a9ecc40df2d199da976 (diff) | |
download | dotfiles-859b110f3b419409010d36793480442b32d9bd19.tar.gz dotfiles-859b110f3b419409010d36793480442b32d9bd19.tar.bz2 dotfiles-859b110f3b419409010d36793480442b32d9bd19.zip |
urxvt: set inerhitPixmap false (avoids some flickering)
Diffstat (limited to '.config/rxvt-unicode')
-rw-r--r-- | .config/rxvt-unicode/rxvt-unicode.xdefaults | 2 |
1 files changed, 2 insertions, 0 deletions
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 |