From fec7e1308b2dcfd5e87663b8d248152b7393b300 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 29 Sep 2020 22:16:48 +0300 Subject: [PATCH] Width/height of popups --- tmux/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f01d131..99442b5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,11 +34,11 @@ bind-key b set-option status unbind-key L bind-key t display-menu \ - music t "popup -KE -R ~/bin/tmux-menu-music.sh" \ + music t "popup -KE -w 100% -R ~/bin/tmux-menu-music.sh" \ pass p "popup -KE -R ~/bin/tmux-menu-pass.sh" \ - dict d "popup -KE -R ~/bin/tmux-menu-dict.sh" \ + dict d "popup -KE -h 100% -R ~/bin/tmux-menu-dict.sh" \ calc c "popup -KE -R ~/bin/tmux-menu-calc.sh" \ - top o "popup -KE -R \"top -s 1\"" + top o "popup -KE -h 100% -R \"top -s 1\"" bind-key u { capture-pane -J -- 2.44.0