commit 0f09beb28727f709bfe51ae9539bd21acd5cc1f7
parent 9a98abedab010ca886958c10db06c3512f1fb07d
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date: Thu, 21 Jul 2022 09:18:04 +0900
change style
Diffstat:
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -117,6 +117,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
*/
static SiteSpecific styles[] = {
/* regexp file in $styledir */
+ { ".*duckduckgo.com.*", "duckduckgo.css" },
{ ".*", "default.css" },
};
@@ -188,7 +189,3 @@ static Button buttons[] = {
{ OnAny, 0, 9, clicknavigate, { .i = +1 }, 1 },
{ OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 },
};
-
-#define HOMEPAGE "https://duckduckgo.com/"
-
-#define HOMEPAGE "https://duckduckgo.com/"
diff --git a/config.h b/config.h
@@ -117,6 +117,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
*/
static SiteSpecific styles[] = {
/* regexp file in $styledir */
+ { ".*duckduckgo.com.*", "duckduckgo.css" },
{ ".*", "default.css" },
};
@@ -188,7 +189,3 @@ static Button buttons[] = {
{ OnAny, 0, 9, clicknavigate, { .i = +1 }, 1 },
{ OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 },
};
-
-#define HOMEPAGE "https://duckduckgo.com/"
-
-#define HOMEPAGE "https://duckduckgo.com/"