diff options
author | pks <pks@pks.rocks> | 2020-11-10 10:43:54 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-10 10:43:54 +0100 |
commit | 5593fdc8cf66a1a4fe093049d58b6d807a731c2d (patch) | |
tree | 8b8775fd08ae85a518273e619fcc5454c37bd632 | |
parent | e2da7f847fa02bf039a8d18b957247191f657134 (diff) |
htop
-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 |