1

Compare commits

...

2 Commits

2 changed files with 4 additions and 6 deletions

View File

@ -131,7 +131,6 @@
"msty" = "z";
"btop" = "b";
"rmcp" = "r";
"yazi" = "y";
};
};
@ -149,7 +148,6 @@
"ferdium" = ["ferdium"];
"msty" = ["msty"];
"btop" = ["kitty --title=Btop btop"];
"yazi" = ["kitty --title=Yazi yazi"];
"rmcp" = ["kitty --title=Rmcp rmcp"];
};
@ -165,9 +163,9 @@
"4" = ["firefox" "Google-chrome" "chromium-browser"];
"5" = ["steam"];
"6" = ["steam_app_(.+)"];
"7" = ["signal"];
"8" = ["Spotify" "rmpc"];
"9" = ["discord" "vesktop"];
"7" = [];
"8" = ["signal"];
"9" = ["discord"];
"10" = ["python3"];
};

View File

@ -117,7 +117,7 @@ in {
shown_boxes = "cpu gpu0 mem net proc";
update_ms = 1000;
proc_sorting = "memory";
proc_tree = true;
proc_tree = false;
proc_mem_bytes = true;
proc_cpu_graphs = true;