From e41164cc452089c01f6764458ceb0127ab40c928 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:02:03 +0200 Subject: Overall better functionality + new scripts. Changes to be committed: new file: vpn modified: X11/xinit modified: zsh/aliases modified: zsh/zshrc modified: zsh/env modified: color-picker modified: keybinds modified: nvpower modified: pmenu modified: Vencord/settings/settings.json modified: zathura/zathurarc modified: ranger/rifle.conf modified: ranger/rc.conf modified: btop/btop.conf --- btop/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'btop/btop.conf') diff --git a/btop/btop.conf b/btop/btop.conf index 626efa3..02ec6c7 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -47,14 +47,14 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu net proc mem" +shown_boxes = "cpu proc mem net" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "threads" +proc_sorting = "memory" #* Reverse sorting order, True or False. proc_reversed = False -- cgit v1.2.3