From 264e094c257990ac11de8df1c755791525fa1924 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 24 Nov 2020 20:07:51 +0300 Subject: [PATCH] Yet another sleep decreasing --- bin/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/www b/bin/bin/www index 99cbe93..e27ce50 100755 --- a/bin/bin/www +++ b/bin/bin/www @@ -12,7 +12,7 @@ if tmux has-session -t www 2> /dev/null ; then } tmux new-window -t www "lynx $@" else - tmux new-session -d -s www "sleep 0.5 ; lynx $@" + tmux new-session -d -s www "sleep 0.2 ; lynx $@" tmux set-option -t www default-command lynx term & fi -- 2.44.0