We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60bead commit 44290dfCopy full SHA for 44290df
scripts/compact_alt.sh
@@ -27,8 +27,9 @@ main()
27
# if width changed, set global var and reload
28
if [[ "$narrow" != "$narrow_mode" ]]; then
29
tmux set -g @dracula-narrow-mode $narrow
30
- tmux source-file ~/.config/tmux/tmux.conf
+ tmux source-file $(get_tmux_option "@dracula-config-path" "$HOME/.config/tmux/tmux.conf")
31
fi
32
+ # TODO: test and think about what to display
33
echo "$window_width aa $narrow"
34
}
35
0 commit comments