mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(htop): dont show threads
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
detailedCpuTime = false;
|
detailedCpuTime = false;
|
||||||
headerMargin = true;
|
headerMargin = true;
|
||||||
hideKernelThreads = true;
|
hideKernelThreads = true;
|
||||||
hideThreads = false;
|
hideThreads = true;
|
||||||
hideUserlandThreads = false;
|
hideUserlandThreads = true;
|
||||||
highlightBaseName = true;
|
highlightBaseName = true;
|
||||||
highlightMegabytes = true;
|
highlightMegabytes = true;
|
||||||
highlightThreads = true;
|
highlightThreads = true;
|
||||||
shadowOtherUsers = true;
|
shadowOtherUsers = true;
|
||||||
showProgramPath = false;
|
showProgramPath = false;
|
||||||
showThreadNames = true;
|
showThreadNames = false;
|
||||||
sortDescending = true;
|
sortDescending = true;
|
||||||
sortKey = "PERCENT_CPU";
|
sortKey = "PERCENT_CPU";
|
||||||
treeView = true;
|
treeView = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user