diff options
-rw-r--r-- | htop/.config/htop/htoprc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index 7f1c96c..3d0a955 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.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 49 1 -sort_key=46 +fields=0 48 17 18 38 39 40 2 46 47 49 1 +sort_key=47 sort_direction=1 hide_threads=1 hide_kernel_threads=1 @@ -20,7 +20,7 @@ update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 delay=15 -left_meters=LeftCPUs2 Memory Swap Hostname -left_meter_modes=1 1 1 2 -right_meters=RightCPUs2 Tasks LoadAverage Uptime -right_meter_modes=1 2 2 2 +left_meters=LeftCPUs2 Memory Swap Hostname +left_meter_modes=1 1 1 2 +right_meters=RightCPUs2 Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2 |