We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e4990 commit d52c99dCopy full SHA for d52c99d
htop/htoprc
@@ -1,11 +1,11 @@
1
# Beware! This file is rewritten by htop when settings are changed in the interface.
2
# The parser is also very primitive, and not human-friendly.
3
fields=0 48 17 18 38 39 40 2 46 47 49 1
4
-sort_key=46
5
-sort_direction=1
+sort_key=47
+sort_direction=-1
6
tree_sort_key=47
7
tree_sort_direction=-1
8
-hide_kernel_threads=1
+hide_kernel_threads=0
9
hide_userland_threads=0
10
shadow_other_users=1
11
show_thread_names=1
@@ -18,7 +18,7 @@ highlight_changes_delay_secs=5
18
find_comm_in_cmdline=1
19
strip_exe_from_cmdline=1
20
show_merged_command=1
21
-tree_view=1
+tree_view=0
22
tree_view_always_by_pid=0
23
header_margin=1
24
detailed_cpu_time=0
0 commit comments