From 3ef990acb99b954beda6614815022b7f017c2b4b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 24 Jan 2018 17:55:24 +0100 Subject: Configuration class rework - Moved setValue to the header - Code readability - Removed secondary defaultCfg --- data/poi.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'data') diff --git a/data/poi.cfg b/data/poi.cfg index 2cf50d6..f6b2d2c 100644 --- a/data/poi.cfg +++ b/data/poi.cfg @@ -4,9 +4,6 @@ // Browser default settings browser = { - // true to generate user settings when run - firstRun = true; - // default profile name the browser should use; "" is off-the-record profile = ""; @@ -62,7 +59,7 @@ plugins = { // Profile settings profile = { - path = "~/.config/smolbote/Profiles"; + path = "~/.config/smolbote/profiles.d"; search = "https://duckduckgo.com/?q=$term&ia=web" homepage = "about:blank"; newtab = "about:blank"; -- cgit v1.2.1