]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Raise sleep again for lynx startup
authorSergey Matveev <stargrave@stargrave.org>
Sun, 3 Jan 2021 12:23:30 +0000 (15:23 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 3 Jan 2021 12:23:30 +0000 (15:23 +0300)
bin/bin/www

index e27ce5008c6e7b3bd9a3bacd9dcd828ed8743025..99cbe936d7c17019e47ddfb534f530470c69f530 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.2 ; lynx $@"
+    tmux new-session -d -s www "sleep 0.5 ; lynx $@"
     tmux set-option -t www default-command lynx
     term &
 fi