btop: hide kernel threads

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-08 10:32:22 +01:00
parent eb80358748
commit 24123270b2

View file

@ -26,6 +26,7 @@ in
settings = { settings = {
theme_background = false; theme_background = false;
vim_keys = false; vim_keys = false;
proc_filter_kernel = true;
}; };
}; };