From 9ecd7ede0f3b1043aa8a6b1e1558176c09814a5f Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 25 Aug 2015 04:25:40 +0100 Subject: added a way to disable the toolbars in the browser Signed-off-by: Olivier Gayot --- example.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example.py') diff --git a/example.py b/example.py index 959b724..22cfa41 100755 --- a/example.py +++ b/example.py @@ -59,6 +59,7 @@ def main(): # this is the default behaviour, but it does not hurt to explicit it builder.set_default_search_engine('duckduckgo') + builder.disable_toolbars() # display the generated configuration on the standard output print(builder.get_output()) -- cgit v1.2.3