From 1c867c89b74103903a238f7f9b78cb89ac8cb60f Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 8 Apr 2024 15:33:03 +0300 Subject: [PATCH] feat(tmux): decrease plugin popup size --- home/user/.config/tmux/plugins.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/user/.config/tmux/plugins.conf b/home/user/.config/tmux/plugins.conf index 215b17a..1898fc4 100644 --- a/home/user/.config/tmux/plugins.conf +++ b/home/user/.config/tmux/plugins.conf @@ -1,4 +1,10 @@ # vim: ft=tmux set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'laktak/extrakto' \ No newline at end of file +set -g @plugin 'laktak/extrakto' + + +# Options + +## extrakto +set -g @extrakto_popup_size "40%" \ No newline at end of file