From bcc59b5110973b0f8e45bd9bd3f2b95c6d1c0472 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 13 Aug 2020 13:44:50 -0600 Subject: [PATCH] switched from htop to btm --- tmsys.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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