diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 21:44:18 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 21:44:18 +0200 |
commit | d7280beee605bcc98c0cbdf605e9508092278e74 (patch) | |
tree | dc96920d6928ad0405e5757e59519f183250249c | |
parent | 2391ff65b4cb1f2b288aaa7edbe649d18c567d9b (diff) | |
download | dotfiles-d7280beee605bcc98c0cbdf605e9508092278e74.tar.xz |
htop: shadow other users, highlight threads
-rw-r--r-- | htop/htoprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htop/htoprc b/htop/htoprc index 05610e3..d9574ed 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -6,11 +6,11 @@ sort_direction=1 hide_threads=0 hide_kernel_threads=0 hide_userland_threads=0 -shadow_other_users=0 +shadow_other_users=1 show_thread_names=0 highlight_base_name=0 highlight_megabytes=1 -highlight_threads=0 +highlight_threads=1 tree_view=0 header_margin=1 detailed_cpu_time=0 |