From cb07ecb166d47be2ac7915f0e8605f970ba35532 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 8 Nov 2017 19:04:06 +0300 Subject: Add dir.xiph.org search and xspf/m3u handling --- Pancake/Configuration.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pancake/Configuration.hs') diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs index 224bcff..5c52dda 100644 --- a/Pancake/Configuration.hs +++ b/Pancake/Configuration.hs @@ -67,12 +67,13 @@ instance Default Config where ["hs", "cabal", "c", "h", "el", "scm", "idr"] ++ map (flip (,) "xdg-open \"${FILE}\"") [ "svg", "png", "jpg", "jpeg", "gif", "pdf", "ogg", "ogv" - , "webm", "mp3", "mp4", "mkv", "mpeg", "wav" ] + , "webm", "mp3", "mp4", "mkv", "mpeg", "wav", "xspf", "m3u" ] , shortcuts = M.fromList [ ("ddg", "https://duckduckgo.com/lite/?q=") , ("wp", "https://en.m.wikipedia.org/wiki/Special:Search?search=") , ("wt", "https://en.m.wiktionary.org/w/index.php?search=") , ("g", "https://m.gutenberg.org/ebooks/search.mobile/?query=") + , ("xiph", "http://dir.xiph.org/search?search=") , ("gp", "gopher://gopherpedia.com:70/7/lookup?") , ("vs", "gopher://gopher.floodgap.com/7/v2/vs?")] , paginate = True -- cgit v1.2.3