diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/Search.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs index a9f6709..7300767 100644 --- a/XMonad/Actions/Search.hs +++ b/XMonad/Actions/Search.hs @@ -289,7 +289,7 @@ google = searchEngine "google" "http://www.google.com/search?num=100&q=" hackage = searchEngine "hackage" "http://hackage.haskell.org/package/" hoogle = searchEngine "hoogle" "http://www.haskell.org/hoogle/?q=" images = searchEngine "images" "http://images.google.fr/images?q=" -imdb = searchEngine "imdb" "http://www.imdb.com/Find?select=all&for=" +imdb = searchEngine "imdb" "http://www.imdb.com/find?s=all&q=" isohunt = searchEngine "isohunt" "http://isohunt.com/torrents/?ihq=" lucky = searchEngine "lucky" "http://www.google.com/search?btnI&q=" maps = searchEngine "maps" "http://maps.google.com/maps?q=" |