diff --git a/tmsys.sh b/tmsys.sh index 0c11cae..ae4465a 100755 --- a/tmsys.sh +++ b/tmsys.sh @@ -26,8 +26,7 @@ fi cd "${HOME}" tmux new-session -d -s "${session}" -n "htop" tmux split-window -v -p 20 -t "${session}" -tmux send-keys -t "${session}:1.1" "htop" C-m -tmux send-keys -t "${session}:1.2" "pacupg" C-m +tmux send-keys -t "${session}:1.1" "btm" C-m tmux new-window -n "journal" -t "${session}" tmux split-window -v -p 30 -t "${session}:2" tmux send-keys -t "${session}:2.1" "journalctl -f" C-m