From 86ad65f88bc3375a8e247e8f0a14980bfe187d34 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jun 2022 11:12:59 +0200 Subject: [PATCH] Do not open htop in tree mode I usually want to see the entries sorted by cpu usage. --- config/bash/scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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