From 8739ae4a6e685af691a6bed8fc493893d5c686c2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 27 Mar 2023 11:21:10 +0300 Subject: [PATCH] Wide top --- tmux/.tmux/rc/menu-various | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux/rc/menu-various b/tmux/.tmux/rc/menu-various index 5bfb223..7067232 100644 --- a/tmux/.tmux/rc/menu-various +++ b/tmux/.tmux/rc/menu-various @@ -4,4 +4,4 @@ bind-key t display-menu \ dict d "display-popup -E -h 100% '~/.tmux/bin/menu-dict.sh'" \ calc c "display-popup -E '~/.tmux/bin/menu-calc.sh'" \ cal l "display-popup 'cal -3N'" \ - top o "display-popup -E -h 100% 'top -s 1'" + top o "display-popup -E -w 100% -h 100% 'top -s 1'" -- 2.44.0