Skip to content

Commit

Permalink
feat: Adding config to change the default location of the floating pane
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatheu committed Dec 12, 2024
1 parent 72186d7 commit 284b8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 284b8a8

Please sign in to comment.