1
0
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:
2020-12-22 09:29:13 +01:00
parent 96a67a937e
commit 8bd8ec611f

View File

@@ -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;