Start offlineimap in main tmux view

It's good to have this synchronization going on and being visible in the main
tmux dashboard.
This commit is contained in:
Daniel - 2021-06-12 12:50:23 +02:00
parent b5dece2d49
commit 9e6c46893e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ function tmux-main() {
tmux new-session -d -A -s main \; \
send-keys 'journalctl --follow' ENTER \; \
split-window \; \
send-keys 'offlineimap' ENTER \; \
split-window \; \
send-keys 'htop -t' ENTER \; \
select-layout even-vertical \; \
attach-session -t main
}