fix: Neomutt now only opens after while

Now it gives time for the gpg is already unlocked
This commit is contained in:
Bruno F. Fontes 2022-02-20 19:04:12 -03:00
parent bfd0749b11
commit 1be27fff16

View File

@ -38,7 +38,7 @@ tmux rename-window -t dashboard:2 gomuks
# 3 - NeoMutt # 3 - NeoMutt
tmux new-window -t dashboard tmux new-window -t dashboard
sleep 1 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 tmux rename-window -t dashboard:3 neomutt
# 4 - Joplin # 4 - Joplin