aboutsummaryrefslogtreecommitdiff
path: root/test/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.toml')
-rw-r--r--test/config.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/config.toml b/test/config.toml
new file mode 100644
index 0000000..747282b
--- /dev/null
+++ b/test/config.toml
@@ -0,0 +1,36 @@
+[browser]
+singleInstance=true
+localSocket="smolbote-singlelock"
+
+[general]
+homepage="https://duckduckgo.com"
+newtab="about:blank"
+profile="Default"
+
+[blocker]
+dialogShortcut="Ctrl+Shift+A"
+path=""
+subscriptions=""
+
+[bookmarks]
+dialogShortcut="Ctrl+Shift+B"
+path="bookmarks.xbel"
+
+[downloads]
+dialogShortcut="Ctrl+Shift+D"
+path="~/Downloads"
+
+[window]
+height=720
+width=1280
+title="$title — smolbote [$profile]"
+
+[shortcuts]
+focusAddress="F4"
+tabClose="Ctrl+X"
+tabLeft="Shift+Left"
+tabRight="Shift+Right"
+
+[ui]
+navtoolbarMovable=false
+tabtoolbarMovable=false