Add separate default prompt to main tmux session

Use this for simple tasks without requiring an extra tmux window.
This commit is contained in:
Daniel - 2022-01-05 17:55:48 +01:00
parent 1b673af022
commit d813267061
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function tmux-main() {
send-keys 'journalctl --follow' ENTER \; \ send-keys 'journalctl --follow' ENTER \; \
split-window \; \ split-window \; \
send-keys 'htop -t' ENTER \; \ send-keys 'htop -t' ENTER \; \
split-window \; \
select-layout even-vertical \; \ select-layout even-vertical \; \
attach-session -t main attach-session -t main
} }