Skip to content

Commit 44290df

Browse files
fix config path
1 parent a60bead commit 44290df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/compact_alt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ main()
2727
# if width changed, set global var and reload
2828
if [[ "$narrow" != "$narrow_mode" ]]; then
2929
tmux set -g @dracula-narrow-mode $narrow
30-
tmux source-file ~/.config/tmux/tmux.conf
30+
tmux source-file $(get_tmux_option "@dracula-config-path" "$HOME/.config/tmux/tmux.conf")
3131
fi
32+
# TODO: test and think about what to display
3233
echo "$window_width aa $narrow"
3334
}
3435

0 commit comments

Comments
 (0)