diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-08-24 12:53:09 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-08-24 12:53:09 +0200 |
commit | a725ff498a049d23bcadd14bdc1a369e9a82b140 (patch) | |
tree | 9ee46dee4485433eebd9d9dc0d20df4018382bd9 /data | |
parent | Split address bar off into static library (diff) | |
download | smolbote-a725ff498a049d23bcadd14bdc1a369e9a82b140.tar.xz |
Address bar popup is now navigateable
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/poi.toml b/data/poi.toml index 93bdb78..ed6b5b9 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -22,7 +22,7 @@ # General [general] -search="https://duckduckgo.com/lite?q=$term" # FIXME remove; move to profile +search="https://duckduckgo.com/?q=$term" # FIXME remove; move to profile # Browser: application-wide settings [browser] |