From f47e32c5d0451308d5f0ff99e31397bd8ce53f73 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 2 Jul 2017 14:36:54 +0200 Subject: Added homepage button --- data/poi.toml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/poi.toml b/data/poi.toml index 904ad7a..31e1152 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -1,9 +1,21 @@ # # poi.conf # -# §home is ??? -# $cache is ??? -# $settings is ??? +## Settings and default settings +# There are two parts to the settings - default values and user overrides. +# The default settings are read from: +# - /usr/local/share/smolbote/poi.conf +# - /usr/share/smolbote/poi.conf +# - /etc/smolbote.d/poi.conf +# - :/poi.toml +# The user settings are read from: +# - any location specified with -c/--config +# - QStandardPaths::AppConfigLocation + "/poi.conf" +# +## Variables +# §home is QStandardPaths::HomeLocation +# $cache is QStandardPaths::CacheLocation +# $settings is the directory where the settings file is located # General [general] @@ -21,6 +33,11 @@ search="https://duckduckgo.com/?q=$term&kp=-1" default="" path="$cache/Profiles/" +[browser.profile.new] +path="$home/.config/smolbote/profiles" +homepage="https://duckduckgo.com" +newtab="about:blank" + # Main window settings [window] height=720 -- cgit v1.2.1