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:
parent
af204d5d84
commit
1585d73b10
|
@ -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.
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue