From cb7a0f1ceeeb443fc9142cd19d674c5fa4a2ab4a Mon Sep 17 00:00:00 2001
From: "C. McEnroe" <june@causal.agency>
Date: Thu, 23 Sep 2021 23:22:23 -0400
Subject: Hide htop "function bar"

Useless thing...
---
 home/.config/htop/htoprc | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

(limited to 'home/.config/htop')

diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc
index cdda268d..705323ef 100644
--- a/home/.config/htop/htoprc
+++ b/home/.config/htop/htoprc
@@ -3,7 +3,8 @@
 fields=0 48 39 2 46 49 1
 sort_key=47
 sort_direction=1
-hide_threads=0
+tree_sort_key=0
+tree_sort_direction=1
 hide_kernel_threads=1
 hide_userland_threads=1
 shadow_other_users=0
@@ -12,10 +13,17 @@ show_program_path=1
 highlight_base_name=1
 highlight_megabytes=1
 highlight_threads=1
+highlight_changes=0
+highlight_changes_delay_secs=5
+find_comm_in_cmdline=1
+strip_exe_from_cmdline=1
+show_merged_command=0
 tree_view=1
+tree_view_always_by_pid=0
+all_branches_collapsed=0
 header_margin=0
 detailed_cpu_time=0
-cpu_count_from_zero=0
+cpu_count_from_one=1
 show_cpu_usage=1
 show_cpu_frequency=0
 update_process_names=0
@@ -27,3 +35,4 @@ left_meters=AllCPUs2
 left_meter_modes=1
 right_meters=Memory Swap
 right_meter_modes=1 1
+hide_function_bar=2
-- 
cgit 1.4.1