dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5c6b9459b4a247fdd24cf7eb6a71211d56b1a83c
parent 74787a8199b62d6bcbef83a0f57c1bfd5b586ecc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 29 Jan 2020 08:42:25 +0100

Wait a bit longer before removing idiotbox result

Diffstat:
M.local/bin/websearch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/websearch b/.local/bin/websearch @@ -33,7 +33,7 @@ else "$idiotbox/cgi" > "$tmpfile" cp -r "$idiotbox/css" /tmp $BROWSER "$tmpfile" - sleep 1 + sleep 5 rm "$tmpfile" else $BROWSER "https://codemadness.org/idiotbox/?q=${choice/!yt/}&o=relevance&m=Dark"