Chrome Bar

Description

This patch is an extension of the searchengines patch. It parses what you type in the dmenu window when you input new address or a query. If what you wrote is not an internet address or a file`s uri, it will use a default search engine to query for that phrase: like the chrome bar does.

Configuration

Add something like this to your config.h:

static const char * defaultsearchengine = "http://www.google.co.uk/search?q=%s";
static SearchEngine searchengines[] = {
    { "g",   "http://www.google.de/search?q=%s"   },
    { "leo", "http://dict.leo.org/ende?search=%s" },
};

Download

Author