diff options
author | awy <awy@awy.one> | 2025-09-18 03:12:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 03:12:00 +0300 |
commit | 36d825d8a62a408ed7eceb01265625ab84c71fbd (patch) | |
tree | a03093709526a658904d1fd80754af208c495f6c | |
parent | 3b470a5822fe1562564889849e3063da58446d59 (diff) | |
download | hyprdots-36d825d8a62a408ed7eceb01265625ab84c71fbd.tar.gz |
filter kernel proc
-rw-r--r-- | .config/btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index ec225f8..a637e5b 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -21,7 +21,7 @@ proc_mem_bytes = True proc_cpu_graphs = True proc_info_smaps = False proc_left = False -proc_filter_kernel = False +proc_filter_kernel = True proc_aggregate = False cpu_graph_upper = "Auto" cpu_graph_lower = "Auto" |