]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Yet another sleep decreasing
authorSergey Matveev <stargrave@stargrave.org>
Tue, 24 Nov 2020 17:07:51 +0000 (20:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 24 Nov 2020 17:07:51 +0000 (20:07 +0300)
bin/bin/www

index 99cbe936d7c17019e47ddfb534f530470c69f530..e27ce5008c6e7b3bd9a3bacd9dcd828ed8743025 100755 (executable)
@@ -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