From a85dc7d9133c3cf4c94a2ef37db4f53a3d0e4c91 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 4 Aug 2017 13:12:32 +0200 Subject: Profile window fixes --- data/poi.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data') 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] -- cgit v1.2.1