aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-07-02 14:36:54 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-07-02 14:36:54 +0200
commitf47e32c5d0451308d5f0ff99e31397bd8ce53f73 (patch)
tree33c5ee229529878fc399c159993e2a8538f9d06c /data
parentConfiguration defaults file (diff)
downloadsmolbote-f47e32c5d0451308d5f0ff99e31397bd8ce53f73.tar.xz
Added homepage button
Diffstat (limited to 'data')
-rw-r--r--data/poi.toml23
1 files changed, 20 insertions, 3 deletions
diff --git a/data/poi.toml b/data/poi.toml
index 904ad7a..31e1152 100644
--- a/data/poi.toml
+++ b/data/poi.toml
@@ -1,9 +1,21 @@
#
# poi.conf
#
-# §home is ???
-# $cache is ???
-# $settings is ???
+## Settings and default settings
+# There are two parts to the settings - default values and user overrides.
+# The default settings are read from:
+# - /usr/local/share/smolbote/poi.conf
+# - /usr/share/smolbote/poi.conf
+# - /etc/smolbote.d/poi.conf
+# - :/poi.toml
+# The user settings are read from:
+# - any location specified with -c/--config
+# - QStandardPaths::AppConfigLocation + "/poi.conf"
+#
+## Variables
+# §home is QStandardPaths::HomeLocation
+# $cache is QStandardPaths::CacheLocation
+# $settings is the directory where the settings file is located
# General
[general]
@@ -21,6 +33,11 @@ search="https://duckduckgo.com/?q=$term&kp=-1"
default=""
path="$cache/Profiles/"
+[browser.profile.new]
+path="$home/.config/smolbote/profiles"
+homepage="https://duckduckgo.com"
+newtab="about:blank"
+
# Main window settings
[window]
height=720