From 10531dcc257fb01107768ccbff86f2fc2d4ec786 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 27 Sep 2022 12:40:28 +0300 Subject: fix tabs --- config.def.h | 4 ++-- 1 file 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" }, -- cgit v1.2.3