Skip to content

Commit d52c99d

Browse files
committed
htop: Disable tree view
1 parent 96e4990 commit d52c99d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

htop/htoprc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Beware! This file is rewritten by htop when settings are changed in the interface.
22
# The parser is also very primitive, and not human-friendly.
33
fields=0 48 17 18 38 39 40 2 46 47 49 1
4-
sort_key=46
5-
sort_direction=1
4+
sort_key=47
5+
sort_direction=-1
66
tree_sort_key=47
77
tree_sort_direction=-1
8-
hide_kernel_threads=1
8+
hide_kernel_threads=0
99
hide_userland_threads=0
1010
shadow_other_users=1
1111
show_thread_names=1
@@ -18,7 +18,7 @@ highlight_changes_delay_secs=5
1818
find_comm_in_cmdline=1
1919
strip_exe_from_cmdline=1
2020
show_merged_command=1
21-
tree_view=1
21+
tree_view=0
2222
tree_view_always_by_pid=0
2323
header_margin=1
2424
detailed_cpu_time=0

0 commit comments

Comments
 (0)