aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-26 14:03:47 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-26 14:03:47 +0100
commit67add6a37f9ab5de81b2e787f77aade39e01b176 (patch)
tree75f05d6eab7d7cddd036c9b1410ab114d49df83a /test
parentUI changes (diff)
downloadsmolbote-67add6a37f9ab5de81b2e787f77aade39e01b176.tar.xz
installing config file
Diffstat (limited to 'test')
-rw-r--r--test/config.toml57
1 files changed, 0 insertions, 57 deletions
diff --git a/test/config.toml b/test/config.toml
deleted file mode 100644
index 7542755..0000000
--- a/test/config.toml
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# poi.conf
-#
-# See https://gitlab.com/xiannox/smolbote/wikis/settings for options
-#
-
-# Browser: application-wide settings
-[browser]
-singleInstance=true
-localSocket="smolbote-singlelock"
-#lastSession="~settings/session.ini"
-
-# Main window settings
-[window]
-height=720
-width=1280
-maximized=true
-title="$title — smolbote [$profile]"
-
-# Main window shortcuts
-[window.shortcuts]
-focusAddress="F4"
-tabNew="Ctrl+T"
-tabClose="Ctrl+X"
-tabLeft="Shift+Left"
-tabRight="Shift+Right"
-windowNew="Ctrl+N"
-windowClose="Ctrl+Q"
-
-# Main window UI
-[window.ui]
-navtoolbarMovable=false
-tabtoolbarMovable=false
-
-# General
-[general]
-homepage="https://duckduckgo.com"
-newtab="about:blank"
-profile="Default"
-#search="https://duckduckgo.com/?q=$search&kp=-1"
-
-# URL blocker
-[blocker]
-dialogShortcut="Ctrl+Shift+A"
-path="blocklist.txt"
-#subscriptions=[]
-
-# Bookmark manager
-[bookmarks]
-dialogShortcut="Ctrl+Shift+B"
-path="bookmarks.xbel"
-
-# Download manager
-[downloads]
-dialogShortcut="Ctrl+Shift+D"
-path="~/Downloads"
-auto=false