diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-18 22:25:40 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-18 22:25:40 +0100 |
commit | 5fc206e11ea83a31e64a0359dc6d78f76d200499 (patch) | |
tree | a997cb1602599766fdaa908453ae2705e0a0691f /data | |
parent | Basic adblock FilterRule (diff) | |
download | smolbote-5fc206e11ea83a31e64a0359dc6d78f76d200499.tar.xz |
Some bugfixes
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/poi.cfg b/data/poi.cfg index 0731ba2..0ec54f3 100644 --- a/data/poi.cfg +++ b/data/poi.cfg @@ -43,6 +43,7 @@ browser = { // Profile settings profile = { path = "~/.config/smolbote/Profiles"; + search = "https://duckduckgo.com/?q=$term&ia=web" homepage = "about:blank"; newtab = "about:blank"; }; |