From 284b8a849d72c4c44ce42e889c44e863dec2168f Mon Sep 17 00:00:00 2001 From: "Gonzalo Matheu (framework)" Date: Thu, 12 Dec 2024 15:55:14 -0300 Subject: [PATCH] feat: Adding config to change the default location of the floating pane --- scripts/utils.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/utils.sh b/scripts/utils.sh index bce2547..a57bd79 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -14,6 +14,8 @@ tmux_option_or_fallback() { } FLOAX_WIDTH=$(envvar_value FLOAX_WIDTH) +FLOAX_X=$(envvar_value FLOAX_X) +FLOAX_Y=$(envvar_value FLOAX_Y) FLOAX_HEIGHT=$(envvar_value FLOAX_HEIGHT) FLOAX_BORDER_COLOR=$(envvar_value FLOAX_BORDER_COLOR) FLOAX_TEXT_COLOR=$(envvar_value FLOAX_TEXT_COLOR)