summaryrefslogtreecommitdiff
path: root/sd/surf-2.1/surf-2.0-homepage.diff
diff options
context:
space:
mode:
Diffstat (limited to 'sd/surf-2.1/surf-2.0-homepage.diff')
-rw-r--r--sd/surf-2.1/surf-2.0-homepage.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/sd/surf-2.1/surf-2.0-homepage.diff b/sd/surf-2.1/surf-2.0-homepage.diff
deleted file mode 100644
index f32016f..0000000
--- a/sd/surf-2.1/surf-2.0-homepage.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/config.def.h b/config.def.h
---- a/config.def.h
-+++ b/config.def.h
-@@ -164,3 +164,5 @@ static Button buttons[] = {
- { OnAny, 0, 9, clicknavigate, { .i = +1 }, 1 },
- { OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 },
- };
-+
-+#define HOMEPAGE "https://duckduckgo.com/"
-diff --git a/surf.c b/surf.c
---- a/surf.c
-+++ b/surf.c
-@@ -1751,7 +1751,11 @@ main(int argc, char *argv[])
- if (argc > 0)
- arg.v = argv[0];
- else
-+#ifdef HOMEPAGE
-+ arg.v = HOMEPAGE;
-+#else
- arg.v = "about:blank";
-+#endif
-
- setup();
- c = newclient(NULL);