From c7228c5ceb86ea810f047e119ad68c592b786f5f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 25 Jan 2024 11:04:33 -0600 Subject: [PATCH] home | fix which top prog --- home/common/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/tmux.nix b/home/common/tmux.nix index b3db56a..d2ec764 100644 --- a/home/common/tmux.nix +++ b/home/common/tmux.nix @@ -47,7 +47,7 @@ ]; extraConfig = '' - bind '~' split-window "exec ytop" + bind '~' split-window "exec btop" bind - split-window -v -c "#{pane_current_path}" bind -n C-1 select-window -t 11 bind -n C-2 select-window -t 12