Note that zellij resurrection overrides default_layout - #20
Merged
Merged
Conversation
default_layout "compact" is honoured, but only for a session name with no serialized layout in the cache. Sessions that predate the setting keep resurrecting the tab-bar/status-bar pair from session-layout.kdl and silently never pick it up, which reads exactly like the setting not working. Claude-Session: https://claude.ai/code/session_01YZLiHpCREWtZgAzRnrd1nx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
default_layout "compact"works, but only for a session name with no serialized layout in the cache. zellij restores~/.cache/zellij/*/session_info/<name>/session-layout.kdlahead of the config, so any session created before the setting landed keeps resurrecting the old tab-bar/status-bar pair on everyattach --createand never picks up compact — which looks indistinguishable from the setting being broken.Four of six live sessions here are in that state. Comment records the cause and the escape hatch (
zellij delete-session --force <name>, at the cost of that session's remembered panes and cwds).No functional change.
https://claude.ai/code/session_01YZLiHpCREWtZgAzRnrd1nx