From: Sergey Matveev Date: Mon, 27 Mar 2023 08:21:10 +0000 (+0300) Subject: Wide top X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8739ae4a6e685af691a6bed8fc493893d5c686c2;p=dotfiles.git Wide top --- 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'"