diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-20 20:36:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-20 20:36:55 +0700 |
commit | 82543950fb2839b94402b4bffa234e6a764dc8f4 (patch) | |
tree | def06a6d224f73b06db6c0e9432f956b95b7b8e5 /dev/.config | |
parent | ac9a1ae1b0dfc0bbc3554da111cfc6e35509a2a9 (diff) | |
download | dotfiles-82543950fb2839b94402b4bffa234e6a764dc8f4.tar.gz |
Start learning Zig and Hare
Diffstat (limited to 'dev/.config')
-rw-r--r-- | dev/.config/htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 0a481c9..44afee9 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -2,7 +2,7 @@ # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=47 -sort_direction=1 +sort_direction=-1 tree_sort_key=0 tree_sort_direction=1 hide_kernel_threads=1 |