From: Sergey Matveev Date: Sun, 3 Jan 2021 12:23:30 +0000 (+0300) Subject: Raise sleep again for lynx startup X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=2ff43e7b09cf49f13c0552d3e773d853c1c60757 Raise sleep again for lynx startup --- diff --git a/bin/bin/www b/bin/bin/www index e27ce50..99cbe93 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.2 ; lynx $@" + tmux new-session -d -s www "sleep 0.5 ; lynx $@" tmux set-option -t www default-command lynx term & fi