Hi, this is my first time in the mailing list, so, i don't know how to efficiently use this!
I'm trying to set up a homepage and a searchengine on my surf web browser. But i can't understand the official wiki. I added those lines in my config.h #define HOMEPAGE "http://www.google.com/" static SearchEngine searchengines[] = { { "g", "http://www.google.de/search?q=%s" }, }; But anything are working. I really don't know if i'm doing right. Someone can help me?