fix example config quoting
This commit is contained in:
parent
acd8a776fb
commit
61eec1f2f7
|
@ -15,7 +15,7 @@ This is what a Terminator config file should look like:
|
||||||
font = Fixed 10
|
font = Fixed 10
|
||||||
background_color = #000000
|
background_color = #000000
|
||||||
foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value
|
foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value
|
||||||
scrollback_lines = '500' #More comment. Single quotes are valid too
|
scrollback_lines = "500" #More comment. Single quotes are valid too
|
||||||
cursor_blink = True
|
cursor_blink = True
|
||||||
custom_command = "echo \\"foo#bar\\"" #Final comment - this will work as expected.
|
custom_command = "echo \\"foo#bar\\"" #Final comment - this will work as expected.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue