From: Sergey Matveev Date: Tue, 24 Nov 2020 17:07:51 +0000 (+0300) Subject: Yet another sleep decreasing X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=264e094c257990ac11de8df1c755791525fa1924 Yet another sleep decreasing --- 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