diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-21 14:32:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-21 14:32:05 +0000 |
commit | d232296868ec61a2e31ce933bbc7efedf0368c64 (patch) | |
tree | 3052d2a04d28fcfef17f031692e8b9989e1f9d28 /.config/ctop/config | |
parent | update (diff) | |
download | scripts-d232296868ec61a2e31ce933bbc7efedf0368c64.tar.gz scripts-d232296868ec61a2e31ce933bbc7efedf0368c64.zip |
cointop
Diffstat (limited to '')
-rw-r--r-- | .config/ctop/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/ctop/config b/.config/ctop/config new file mode 100644 index 0000000..3d34ab8 --- /dev/null +++ b/.config/ctop/config @@ -0,0 +1,10 @@ +[options] + columns = "status,name,id,cpu,mem,net,io,pids" + filterStr = "" + sortField = "state" + +[toggles] + allContainers = false + enableHeader = false + fullRowCursor = false + sortReversed = false |