mirror of https://codeberg.org/anemofilia/zero
radio: files: btop: Disable showing swap as a partition
parent
44cdedfebb
commit
5201891f91
|
@ -166,7 +166,7 @@ zfs_arc_cached = True
|
||||||
show_swap = True
|
show_swap = True
|
||||||
|
|
||||||
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
|
#* 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.
|
#* If mem box should be split to also show disks info.
|
||||||
show_disks = True
|
show_disks = True
|
||||||
|
|
Loading…
Reference in New Issue