diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-14 16:08:47 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-14 16:08:47 +0100 |
commit | afe44e984419f25fec0c3dfc5fc0f9800b205e2c (patch) | |
tree | 8f3bcdb029eca3367e9afbaa3455ab4ee61ca450 /test | |
parent | Bookmark improvements (diff) | |
download | smolbote-afe44e984419f25fec0c3dfc5fc0f9800b205e2c.tar.xz |
Settings changes
Diffstat (limited to 'test')
-rw-r--r-- | test/config.ini | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/test/config.ini b/test/config.ini index 96de205..db6c896 100644 --- a/test/config.ini +++ b/test/config.ini @@ -1,10 +1,14 @@ -[defaults] -url=https://duckduckgo.com +[general] +homepage=https://duckduckgo.com +newtab=about:blank profile=Default -[window] -width=1280 -height=720 - [blocker] subscription= + +[bookmarks] +path=bookmarks.xbel + +[window] +height=720 +width=1280 |