Do not open htop in tree mode

I usually want to see the entries sorted by cpu usage.
This commit is contained in:
Daniel - 2022-06-04 11:12:59 +02:00
parent ddd239d1a9
commit 86ad65f88b
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -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