Use this for simple tasks without requiring an extra tmux window.
@ -36,6 +36,7 @@ function tmux-main() {
send-keys 'journalctl --follow' ENTER \; \
split-window \; \
send-keys 'htop -t' ENTER \; \
select-layout even-vertical \; \
attach-session -t main
}