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;
headerMargin = true;
hideKernelThreads = true;
hideThreads = false;
hideUserlandThreads = false;
hideThreads = true;
hideUserlandThreads = true;
highlightBaseName = true;
highlightMegabytes = true;
highlightThreads = true;
shadowOtherUsers = true;
showProgramPath = false;
showThreadNames = true;
showThreadNames = false;
sortDescending = true;
sortKey = "PERCENT_CPU";
treeView = true;