From 8a1867f5d0687cdd89bf2a83eda9b8c3eed2f1da Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 12 Dec 2022 09:54:26 +0100 Subject: [PATCH] Replace htop with btop --- splitHP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splitHP b/splitHP index 975d73b..6c68383 100644 --- a/splitHP +++ b/splitHP @@ -11,8 +11,8 @@ # New session with first window in ~ new -A -stoto -nmail 'mutt ; exec ${SHELL}' splitw -h -p 25 -t 1 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}' -# New window toto:1 with htop (refresh every minute) -neww -d -nht0p 'htop -d 600 ; exec ${SHELL}' +# New window toto:1 with btop (refresh every minute) +neww -d -nXt0p 'btop ; exec ${SHELL}' # New window toto:2 for remote weechat neww -d -nw33 'weechat ; exec ${SHELL}' # New window toto:3 for git repositories