Yield to bug 242852 and failsafe on transparency. I've added a FAQ page to the website which prominently explains how to enable real transparency

This commit is contained in:
Chris Jones 2008-07-07 22:47:02 +01:00
parent af204d5d84
commit 1585d73b10
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Default value: \fBTrue\fR
.TP
.B enable_real_transparency\fR (boolean)
If true, Terminator will try to use real transparency if possible.
Default value: \fBTrue\fR
Default value: \fBFalse\fR
.TP
.B silent_bell\fR (boolean)
If true, don't make a noise when applications send the escape sequence for the terminal bell. Flash the terminal instead.

View File

@ -128,7 +128,7 @@ class TerminatorConfValuestore:
'cycle_term_tab' : True,
'copy_on_selection' : False,
'close_button_on_tab' : True,
'enable_real_transparency' : True,
'enable_real_transparency' : False,
}
def __getattr__ (self, keyname):