From 5201891f91593ee395cab5d53fb2223598790f2b Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 11 Nov 2024 11:59:51 -0300 Subject: [PATCH] radio: files: btop: Disable showing swap as a partition --- home-environments/radio/files/.config/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-environments/radio/files/.config/btop/btop.conf b/home-environments/radio/files/.config/btop/btop.conf index 439e784..0ebdf10 100644 --- a/home-environments/radio/files/.config/btop/btop.conf +++ b/home-environments/radio/files/.config/btop/btop.conf @@ -166,7 +166,7 @@ zfs_arc_cached = True show_swap = True #* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. -swap_disk = True +swap_disk = False #* If mem box should be split to also show disks info. show_disks = True