diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-09-27 12:40:28 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-09-27 12:40:28 +0300 |
commit | 10531dcc257fb01107768ccbff86f2fc2d4ec786 (patch) | |
tree | bbe0f32b42aaacfe3db3db68e74926b0ff2fd603 | |
parent | 7284cb604aa636713b3c184d8d4fc1a43817ecd3 (diff) |
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 81dc51f..4c71d83 100644 --- a/config.def.h +++ b/config.def.h @@ -9,8 +9,8 @@ static char *cookiefile = "~/.local/share/surf/cookies.txt"; static SearchEngine searchengines[] = { { ":d", "https://duckduckgo.com/?q=%s" }, - { ":s", "https://startpage.com/do/search?q=%s" }, - { ":se", "https://searx.neocities.org/?q=%s" }, + { ":s", "https://startpage.com/do/search?q=%s" }, + { ":se", "https://searx.neocities.org/?q=%s" }, { ":wi", "https://wiby.me/?q=%s" }, { ":w", "https://en.wikipedia.org/w/index.php?search=%s" }, { ":rw", "https://ru.wikipedia.org/w/index.php?search=%s" }, |