From cdf7d37e5afb0ebe9450489933bcf01c5931ec84 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 21 Nov 2009 12:19:01 -0600 Subject: [PATCH] we hate the buggy past and love the futur. assume rgba is win for everyone --- terminatorlib/terminator.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 996d49b9..87c5ba9d 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -263,9 +263,7 @@ class Terminator: # Set RGBA colormap if possible so VTE can use real alpha # channels for transparency. - if self.conf.enable_real_transparency: - dbg ('H9TRANS: Enabling real transparency') - self.enable_rgba(True) + self.enable_rgba(True) # Start out with just one terminal # FIXME: This should be really be decided from some kind of profile