We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da3942 commit 1770943Copy full SHA for 1770943
scripts/ton
@@ -12,9 +12,9 @@ get_tmux_option() {
12
fi
13
}
14
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")"
+OPEN_STRATEGY="$(get_tmux_option "ton-open-strategy" ":e")"
+MENU_STYLE="$(get_tmux_option "ton-menu-style" "")"
+MENU_SELECTED_STYLE="$(get_tmux_option "ton-menu-selected-style")"
18
PRIORITIZE_WINDOW="$(get_tmux_option "ton-prioritize-window")"
19
20
if [ -n "$MENU_STYLE" ]; then
0 commit comments