tmuxmail, second esc binding for mutt, newsboat updates
[dotfiles.git] / shell / .local / bin / tmuxmail
index 5c7f75a..839abc1 100755 (executable)
@@ -3,5 +3,8 @@ tmux -f ~/.config/tmux/config\
        new-session -s mail -d 'update && offlineimap' \;\
        new-window 'mutt'                              \;\
        new-window 'ssh helheim'                       \;\
-       new-window 'newsboat -r'
+       new-window 'newsboat -r'                       \;\
+       new-session -s work                            \;\
+       attach-session -t mail                         \;\
+       select-window -t:1
 exec tmux attach