From 6c3a4e1bdbedc0d96c3693c9deddc29db3c208b2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 21 Mar 2017 14:17:18 +0100 Subject: Profile saving and loading --- data/poi.conf | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'data/poi.conf') diff --git a/data/poi.conf b/data/poi.conf index 1e4965f..c9461f5 100644 --- a/data/poi.conf +++ b/data/poi.conf @@ -4,18 +4,29 @@ # See https://gitlab.com/xiannox/smolbote/wikis/settings for options # +# General +[general] +homepage="https://duckduckgo.com" +newtab="about:blank" +#search="https://duckduckgo.com/?q=$term&kp=-1" + # Browser: application-wide settings [browser] singleInstance=true localSocket="smolbote-singlelock" -#sessionPath="~settings/session.ini" +#sessionPath="$cache/session.json" + +# Profile +[browser.profile] +default="Default" +path="$cache/Profiles/" # Main window settings [window] height=720 width=1280 maximized=true -title="$title — smolbote [$profile]" +title="title — smolbote [profile]" # Main window shortcuts [window.shortcuts] @@ -32,17 +43,10 @@ windowClose="Ctrl+Q" navtoolbarMovable=false tabtoolbarMovable=false -# General -[general] -homepage="https://duckduckgo.com" -newtab="about:blank" -profile="Default" -#search="https://duckduckgo.com/?q=$term&kp=-1" - # URL blocker [blocker] shortcut="Ctrl+Shift+A" -path="~settings/" +path="$settings/" subscriptions=[ # "https://easylist.to/easylist/easylist.txt", "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt", @@ -52,10 +56,10 @@ subscriptions=[ # Bookmark manager [bookmarks] dialogShortcut="Ctrl+Shift+B" -path="~settings/bookmarks.xbel" +path="$settings/bookmarks.xbel" # Download manager [downloads] dialogShortcut="Ctrl+Shift+D" -path="~/Downloads" +path="$home/Downloads" auto=false -- cgit v1.2.1