From e838740a271a5b60a3b53b15a9353f6cac72f379 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Nov 2016 12:44:00 -0600 Subject: [PATCH] [htop] Update config --- dotfiles/config/htop/htoprc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/htop/htoprc b/dotfiles/config/htop/htoprc index 18442a77..699ad3a6 100644 --- a/dotfiles/config/htop/htoprc +++ b/dotfiles/config/htop/htoprc @@ -1,13 +1,14 @@ -f# Beware! This file is rewritten by htop when settings are changed in the interface. +# 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 +sort_key=47 sort_direction=1 hide_threads=0 -hide_userland_threads=1 hide_kernel_threads=1 +hide_userland_threads=1 shadow_other_users=0 show_thread_names=0 +show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=0 @@ -16,6 +17,7 @@ header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 +account_guest_in_cpu_meter=0 color_scheme=0 delay=15 left_meters=AllCPUs Memory Swap