From 6e968354e4f9cad9f94b592e61a09b17a8e06210 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:22:08 +0200 Subject: Great new changes to X11, allacrity(just for testing), btop, nsxiv (added key exec handler), nvim, tmux niceness, zathura configuration massive zsh improvements. Overall a solid update, install script is still dead tho. REGARDLESS: Changes to be committed: modified: X11/xinit new file: alacritty/alacritty.toml modified: btop/btop.conf new file: nsxiv/exec/key-handler modified: nvim/init.vim new file: sxiv modified: tmux/tmux.conf modified: zathura/zathurarc modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btop') diff --git a/btop/btop.conf b/btop/btop.conf index 9a38f28..30246af 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -50,7 +50,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu mem net proc gpu0" +shown_boxes = "net proc mem cpu" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 -- cgit v1.2.3