aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-08-05 15:05:22 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-08-05 15:05:22 +0200
commit9089047b0f5fac8a394ef0b4c8822ce5c7483212 (patch)
tree9b5307ee66c08492ae4d79d150e6b4ac71fb677d /data
parentMerge branch 'master' of ssh://bitbucket.org/xiannox/smolbote (diff)
downloadsmolbote-9089047b0f5fac8a394ef0b4c8822ce5c7483212.tar.xz
Changed the filter format
Diffstat (limited to 'data')
-rw-r--r--data/poi.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/data/poi.toml b/data/poi.toml
index e5fc6ac..93bdb78 100644
--- a/data/poi.toml
+++ b/data/poi.toml
@@ -1,6 +1,9 @@
#
# poi.conf
#
+##
+# This file is read-only; smolbote should never be able to change it.
+#
## Settings and default settings
# There are two parts to the settings - default values and user overrides.
# The default settings are read from:
@@ -15,7 +18,7 @@
## Variables
# §home is QStandardPaths::HomeLocation, usually /home/username
# $cache is QStandardPaths::CacheLocation, usually /home/username/.cache/smolbote
-# $settings is the directory where the settings file is located, usually /home/username/config/.smolbote
+# $settings is the directory where the settings file is located, usually /home/username/.config/smolbote
# General
[general]
@@ -26,9 +29,11 @@ search="https://duckduckgo.com/lite?q=$term" # FIXME remove; move to profile
#sessionPath="$cache/session.json"
# Profile
-# A nameless ("") profile is off-the-record
[browser.profile]
+# Which profile should be used by default for new windows
+# A nameless ("") profile is off-the-record
default=""
+# Where to look for profiles
path="$home/.config/smolbote/profiles/"
storagePath="$home/.config/smolbote/profiles/"
cachePath="$home/.cache/smolbote/profiles/"