summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2022-09-27 12:40:28 +0300
committertsxv478 <vt0451@yandex.ru>2022-09-27 12:40:28 +0300
commit10531dcc257fb01107768ccbff86f2fc2d4ec786 (patch)
treebbe0f32b42aaacfe3db3db68e74926b0ff2fd603
parent7284cb604aa636713b3c184d8d4fc1a43817ecd3 (diff)
fix tabsHEADmaster
-rw-r--r--config.def.h4
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" },