Add a default config value for background_image. Patch from Chris James. Fixes LP #234050
This commit is contained in:
parent
fc67f3676a
commit
c37d934665
|
@ -86,6 +86,7 @@ class TerminatorConfValuestore:
|
||||||
'background_color' : '#000000',
|
'background_color' : '#000000',
|
||||||
'background_darkness' : 0.5,
|
'background_darkness' : 0.5,
|
||||||
'background_type' : 'solid',
|
'background_type' : 'solid',
|
||||||
|
'background_image' : '',
|
||||||
'backspace_binding' : 'ascii-del',
|
'backspace_binding' : 'ascii-del',
|
||||||
'delete_binding' : 'delete-sequence',
|
'delete_binding' : 'delete-sequence',
|
||||||
'cursor_blink' : False,
|
'cursor_blink' : False,
|
||||||
|
|
Loading…
Reference in New Issue