diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
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"; |