From 9089047b0f5fac8a394ef0b4c8822ce5c7483212 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 5 Aug 2017 15:05:22 +0200 Subject: Changed the filter format --- data/poi.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'data') 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/" -- cgit v1.2.1