From 1be27fff1670c4ecfbeeb5719d876bc609b1af55 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Sun, 20 Feb 2022 19:04:12 -0300 Subject: [PATCH] fix: Neomutt now only opens after while Now it gives time for the gpg is already unlocked --- start-dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-dashboard b/start-dashboard index b7fed0a..064205a 100755 --- a/start-dashboard +++ b/start-dashboard @@ -38,7 +38,7 @@ tmux rename-window -t dashboard:2 gomuks # 3 - NeoMutt tmux new-window -t dashboard sleep 1 -tmux send -t dashboard:3.0 $'neomutt\n' +tmux send -t dashboard:3.0 $'sleep 120 && neomutt\n' tmux rename-window -t dashboard:3 neomutt # 4 - Joplin