Skip to content

Commit 1770943

Browse files
authored
Fix option names (#9)
1 parent 6da3942 commit 1770943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ton

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ get_tmux_option() {
1212
fi
1313
}
1414

15-
OPEN_STRATEGY="$(get_tmux_option "open-strategy" ":e")"
16-
MENU_STYLE="$(get_tmux_option "menu-style" "")"
17-
MENU_SELECTED_STYLE="$(get_tmux_option "menu-selected-style")"
15+
OPEN_STRATEGY="$(get_tmux_option "ton-open-strategy" ":e")"
16+
MENU_STYLE="$(get_tmux_option "ton-menu-style" "")"
17+
MENU_SELECTED_STYLE="$(get_tmux_option "ton-menu-selected-style")"
1818
PRIORITIZE_WINDOW="$(get_tmux_option "ton-prioritize-window")"
1919

2020
if [ -n "$MENU_STYLE" ]; then

0 commit comments

Comments
 (0)