diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-04 16:59:06 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-06-04 16:59:06 +0200 |
commit | f5c858d477db5fc9d725b502e7f59d622fab380d (patch) | |
tree | 18f09b3931c9c2abc14c5fd00ac9d2c58e72bfb7 /data/poi.toml | |
parent | Browser class refactoring (diff) | |
download | smolbote-f5c858d477db5fc9d725b502e7f59d622fab380d.tar.xz |
Proper Profile loading
Diffstat (limited to 'data/poi.toml')
-rw-r--r-- | data/poi.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/poi.toml b/data/poi.toml index 34fb697..904ad7a 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -1,8 +1,9 @@ # # poi.conf # -# See https://gitlab.com/xiannox/smolbote/wikis/settings for options -# +# §home is ??? +# $cache is ??? +# $settings is ??? # General [general] @@ -15,8 +16,9 @@ search="https://duckduckgo.com/?q=$term&kp=-1" #sessionPath="$cache/session.json" # Profile +# A nameless ("") profile is off-the-record [browser.profile] -default="" # "" is off-the-record +default="" path="$cache/Profiles/" # Main window settings |