diff --git a/config/bash/scripts.sh b/config/bash/scripts.sh index 52a1b8a..2cc9a7f 100755 --- a/config/bash/scripts.sh +++ b/config/bash/scripts.sh @@ -35,7 +35,7 @@ function tmux-main() { tmux new-session -d -A -s main \; \ send-keys 'journalctl --follow' ENTER \; \ split-window \; \ - send-keys 'htop -t' ENTER \; \ + send-keys 'htop' ENTER \; \ split-window \; \ select-layout even-vertical \; \ attach-session -t main