mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
fix: Neomutt now only opens after while
Now it gives time for the gpg is already unlocked
This commit is contained in:
parent
bfd0749b11
commit
1be27fff16
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user