You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's necessary because 2.6 introduced an issue where the dimensions of unattached screens can't calculate layout info/switch layouts. get what I mean? That's why the hook was added.
The the thing is, the hook may need to be tailored to fit more specific instances so issues like this don't bubble up. Whether it's:
the conditions under which the hook itself is created
the hook's specificity to a target/global
when it's added in the workspace creation process, or
adding more conditions inside of the callback itself
The text was updated successfully, but these errors were encountered:
Effects issues like #312, and spin-off tickets like #326/#370 (focus), #364 ("no previous window)
See https://github.com/tmux-python/tmuxp/issues/364#issuecomment-377795942.
The text was updated successfully, but these errors were encountered: