homepage
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Tue, 4 Aug 2020 02:50:43 +0000 (22:50 -0400)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Tue, 4 Aug 2020 02:50:43 +0000 (22:50 -0400)
1  2 
config.def.h

diff --combined config.def.h
@@@ -7,12 -7,6 +7,12 @@@ static char *certdir        = "~/.surf/
  static char *cachedir       = "~/.surf/cache/";
  static char *cookiefile     = "~/.surf/cookies.txt";
  
 +static SearchEngine searchengines[] = {
 +    { "g",    "https://www.google.com/search?q=%s"             },
 +    { "ji",   "https://jisho.org/search/%s"                    },
 +    { "aw",   "https://wiki.archlinux.org/index.php?search=%s" }
 +};
 +
  /* Webkit default features */
  /* Highest priority value will be used.
   * Default parameters are priority 0
@@@ -213,4 -207,4 +213,4 @@@ static Button buttons[] = 
        { OnMedia,      MODKEY,         1,      clickexternplayer, { 0 },       1 },
  };
  
- #define HOMEPAGE "https://duckduckgo.com/"
+ #define HOMEPAGE "https://danieliu.xyz/"