From 9be5150c9f689b954cd269c1aa5fe0957198c96c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 10 Sep 2015 12:09:56 +0200 Subject: misc Signed-off-by: Florian Pritz --- .config/htop/htoprc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 2030b99..ce059de 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,7 +1,7 @@ # 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 46 47 62 63 49 1 -sort_key=63 +sort_key=46 sort_direction=1 hide_threads=0 hide_kernel_threads=0 @@ -11,7 +11,7 @@ show_thread_names=1 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 -tree_view=1 +tree_view=0 header_margin=1 detailed_cpu_time=1 cpu_count_from_zero=0 @@ -20,6 +20,6 @@ account_guest_in_cpu_meter=0 color_scheme=0 delay=15 left_meters=Memory Swap CPU LeftCPUs2 -left_meter_modes=1 1 1 1 +left_meter_modes=1 1 2 1 right_meters=Tasks LoadAverage Uptime RightCPUs2 right_meter_modes=2 2 2 1 -- cgit v1.2.3-24-g4f1b