X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Ftmuxmail;h=50d4ad0c009ddf0f81ed322c0aba0e2327d05aef;hb=57600e32012ce55c030a1db99d6d3f9e2c772e04;hp=5c7f75a062010eccf944f6d6ad241ae4ddd082ef;hpb=11677e341464bf8954daed4f1d16e373b9111938;p=dotfiles.git diff --git a/shell/.local/bin/tmuxmail b/shell/.local/bin/tmuxmail index 5c7f75a..50d4ad0 100755 --- a/shell/.local/bin/tmuxmail +++ b/shell/.local/bin/tmuxmail @@ -1,7 +1,10 @@ #!/bin/sh tmux -f ~/.config/tmux/config\ - new-session -s mail -d 'update && offlineimap' \;\ - new-window 'mutt' \;\ - new-window 'ssh helheim' \;\ - new-window 'newsboat -r' + new-session -s mail -d 'offlineimap -a net' \;\ + split-window -h 'offlineimap -a ru' \;\ + split-window -v 'update' \;\ + new-window 'mutt' \;\ + new-session -s work \;\ + attach-session -t mail \;\ + select-window -t:1 exec tmux attach