Skip to content

Group items with bracket doesn't work #482

Answered by FelixKratz
romado77 asked this question in Q&A
Discussion options

You must be logged in to vote

I think the problem is that the tmux.window items are being created after the bracket is created. If the items do not exist when creating the bracket, they will not be included. You need to remove and readd the bracket in your plugins/tmux.sh script after adding the tmux.window items then it should work.

Alternatively, instead of deleting and readding the tmux.window items in the plugins/tmux.sh script, you could add some number (say 16) of tmux.window items in the items/tmux.sh already and simply toggle them visible/invisible with the drawing property in the tmux script, then your bracket logic should also work fine.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@romado77
Comment options

Answer selected by romado77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants