diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-03 17:59:08 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-03 17:59:08 +0200 |
commit | f642338ed9efb9500da45d999389789084982c8c (patch) | |
tree | 0d900caa0260c7042e9a2b5fbaf252b328b3a2b0 | |
parent | e357fd2adb36b5f5993a5849e3c01f91b5454f21 (diff) | |
download | dotfiles-f642338ed9efb9500da45d999389789084982c8c.tar.xz |
htop: Enable tree view
-rw-r--r-- | htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htop/htoprc b/htop/htoprc index d9574ed..8684a08 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -11,7 +11,7 @@ show_thread_names=0 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 -tree_view=0 +tree_view=1 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 |