From 9b8fbd6f2169bb9c04542818452b865e4a979f1e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 6 Nov 2023 19:46:11 +0530 Subject: [PATCH] tmuxp: Add a tmux pane for running top --- tmuxp/.config/tmuxp/personal.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmuxp/.config/tmuxp/personal.yaml b/tmuxp/.config/tmuxp/personal.yaml index b72a6ff..b62db4a 100644 --- a/tmuxp/.config/tmuxp/personal.yaml +++ b/tmuxp/.config/tmuxp/personal.yaml @@ -26,3 +26,7 @@ windows: start_directory: "~" panes: - + - window_name: top + panes: + - shell_command: + - btop