aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-24 17:55:24 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-24 17:55:24 +0100
commit3ef990acb99b954beda6614815022b7f017c2b4b (patch)
tree49c6fc64eff5013becc38c257c748967a3bbc7f4 /data
parentPressing enter/return sets bookmark items (diff)
downloadsmolbote-3ef990acb99b954beda6614815022b7f017c2b4b.tar.xz
Configuration class rework
- Moved setValue to the header - Code readability - Removed secondary defaultCfg
Diffstat (limited to 'data')
-rw-r--r--data/poi.cfg5
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";