Download:
child 269:fdf845e50c06
parent 267:5665610c8434
268:7a01115e089f
Anton Shestakov <av6@dwimlabs.net>, Sun, 07 Jul 2024 20:15:19 +0400
htoprc: reorder config lines

1 файлов изменено, 6 вставок(+), 6 удалений(-) [+]
.config/htop/htoprc file | annotate | diff | comparison | revisions
--- a/.config/htop/htoprc Sun Jul 07 19:50:10 2024 +0400
+++ b/.config/htop/htoprc Sun Jul 07 20:15:19 2024 +0400
@@ -1,10 +1,6 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 109 110 46 47 49 20 1
-sort_key=47
-sort_direction=-1
-tree_sort_key=47
-tree_sort_direction=-1
hide_kernel_threads=1
hide_userland_threads=1
shadow_other_users=0
@@ -18,8 +14,6 @@
find_comm_in_cmdline=1
strip_exe_from_cmdline=1
show_merged_command=0
-tree_view=0
-tree_view_always_by_pid=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_one=0
@@ -37,3 +31,9 @@
right_meters=Tasks LoadAverage DiskIO NetworkIO Uptime
right_meter_modes=2 2 2 2 2
hide_function_bar=0
+tree_view=0
+sort_key=47
+tree_sort_key=47
+sort_direction=-1
+tree_sort_direction=-1
+tree_view_always_by_pid=0