From 4df5ce21ffbbacaf5c931174c5a6be8778641f6b Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 10 Jun 2018 11:55:30 +0300 Subject: Add ansible configuration --- .config/pancake/config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/pancake/config.yaml') diff --git a/.config/pancake/config.yaml b/.config/pancake/config.yaml index 0e8278d..e469039 100644 --- a/.config/pancake/config.yaml +++ b/.config/pancake/config.yaml @@ -24,7 +24,7 @@ externalViewers: png: xdg-open "${FILE}" indentDivs: false commands: - gopher: ! 'curl "${URI}" -w " + gopher: ! 'torify curl "${URI}" -w " -pancake- @@ -51,6 +51,7 @@ shortcuts: gp: gopher://gopherpedia.com:70/7/lookup? vs: gopher://gopher.floodgap.com/7/v2/vs? xiph: http://dir.xiph.org/search?search= + cs: http://citeseerx.ist.psu.edu/search?q= hoogle: https://www.haskell.org/hoogle/?hoogle= unclutter: hacker-news: ^https://news\.ycombinator\.com/((news|show|ask).*)?$ @@ -60,7 +61,7 @@ unclutter: hoogle: ^https://www\.haskell\.org/hoogle/\?hoogle= hackage-haddock: ^https?://hackage\.haskell\.org/package/[^/]+/docs/[^/]+$ mediawiki: ^https://en\.(m.)?(wiktionary|wikipedia)\.org/wiki/ -defaultCommand: ! 'curl --compressed -4 -L -w " +defaultCommand: ! 'curl -A "pancake/${PANCAKE}" --compressed -4 -L -w " -pancake- @@ -71,3 +72,4 @@ defaultCommand: ! 'curl --compressed -4 -L -w " " "${URI}"' historyDepth: 100 paginate: true +pandocTimeout: 60 -- cgit v1.2.3