diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-06-02 18:39:27 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-06-02 18:39:27 +0200 |
| commit | e8b1fe3246fda7e132cefb25eb94dc8ca10eb002 (patch) | |
| tree | 56a9d2a09a73f27b7d0d2dd8482dbb6495f6690d /htop | |
| parent | 138edf940d1aa67bcca222ba495b5fcd83b17c69 (diff) | |
feat: added possibility to use more calendars with quand, started patching icstocal
Diffstat (limited to 'htop')
| -rw-r--r-- | htop/htoprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htop/htoprc b/htop/htoprc index dff7b74..be9b5bf 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -42,7 +42,7 @@ tree_view=1 sort_key=46 tree_sort_key=46 sort_direction=-1 -tree_sort_direction=1 +tree_sort_direction=-1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command @@ -51,7 +51,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P .tree_view=1 .tree_view_always_by_pid=0 .sort_direction=-1 -.tree_sort_direction=1 +.tree_sort_direction=-1 .all_branches_collapsed=0 screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command .sort_key=IO_PRIORITY |
