diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/poi.toml b/data/poi.toml index fe3a4fc..e5fc6ac 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -13,15 +13,13 @@ # - QStandardPaths::AppConfigLocation + "/poi.conf" # ## Variables -# §home is QStandardPaths::HomeLocation -# $cache is QStandardPaths::CacheLocation -# $settings is the directory where the settings file is located +# §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 # General [general] -homepage="https://duckduckgo.com" -newtab="about:blank" -search="https://duckduckgo.com/?q=$term&kp=-1" +search="https://duckduckgo.com/lite?q=$term" # FIXME remove; move to profile # Browser: application-wide settings [browser] @@ -32,11 +30,13 @@ search="https://duckduckgo.com/?q=$term&kp=-1" [browser.profile] default="" path="$home/.config/smolbote/profiles/" +storagePath="$home/.config/smolbote/profiles/" +cachePath="$home/.cache/smolbote/profiles/" [browser.profile.new] -path="$home/.config/smolbote/profiles" homepage="https://duckduckgo.com" newtab="about:blank" +search="https://duckduckgo.com/lite?q=$term" # FIXME # Main window settings [window] |