diff options
author | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
commit | d03551cbf8c96e0f28a32a348eff337ff7bd7c83 (patch) | |
tree | a2a1be7bb98e69e64a40f79dddfa661d401a586a /htop/.config | |
parent | e6b399bd30412d32aee4d55e835848b68b4d3ac7 (diff) | |
parent | 68fe15297c2813b9d387fa773e8f79f2a31cf6ca (diff) |
Merge branch 'master' of https://github.com/pks/dotfiles
Diffstat (limited to 'htop/.config')
-rw-r--r-- | htop/.config/htop/htoprc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index 0297d95..7f1c96c 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.config/htop/htoprc @@ -3,11 +3,12 @@ fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=1 -hide_threads=0 +hide_threads=1 hide_kernel_threads=1 -hide_userland_threads=0 +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 |