diff options
Diffstat (limited to '.config/ctop/config')
-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 |