diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 08:00:24 -0400 |
commit | 12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch) | |
tree | 5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/htop/htoprc | |
parent | 9e82c96713989a7565eadac505b36e3dbe91cd5a (diff) |
Configuration file updates and additions.
Diffstat (limited to '.config/htop/htoprc')
-rw-r--r-- | .config/htop/htoprc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 4f6016b..0e89964 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc | |||
@@ -1,10 +1,10 @@ | |||
1 | # Beware! This file is rewritten by htop when settings are changed in the interface. | 1 | # Beware! This file is rewritten by htop when settings are changed in the interface. |
2 | # The parser is also very primitive, and not human-friendly. | 2 | # The parser is also very primitive, and not human-friendly. |
3 | fields=0 48 20 46 47 1 | 3 | fields=0 48 20 46 47 1 |
4 | sort_key=47 | 4 | sort_key=46 |
5 | sort_direction=1 | 5 | sort_direction=-1 |
6 | tree_sort_key=0 | 6 | tree_sort_key=46 |
7 | tree_sort_direction=1 | 7 | tree_sort_direction=-1 |
8 | hide_kernel_threads=1 | 8 | hide_kernel_threads=1 |
9 | hide_userland_threads=1 | 9 | hide_userland_threads=1 |
10 | shadow_other_users=0 | 10 | shadow_other_users=0 |