Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide_floating_panes doesn't work with default_tab_template #3392

Open
ameknite opened this issue May 30, 2024 · 0 comments
Open

hide_floating_panes doesn't work with default_tab_template #3392

ameknite opened this issue May 30, 2024 · 0 comments

Comments

@ameknite
Copy link

ameknite commented May 30, 2024

Issues with the Zellij behavior

zellij 0.40.1

Issue description

floating panes don't hide on startup even when hide_floating_panes=true

Minimal reproduction

This doesn't work

layout {
    default_tab_template{
        children
    }
    tab hide_floating_panes=true {
        pane
        floating_panes {
            pane 
        }
    }
}

This works

layout {
    // default_tab_template{
    //     children
    // }
    tab hide_floating_panes=true {
        pane
        floating_panes {
            pane
        }
    }
}

Other relevant information

workaround: don't use default_tab_template, require more boilerplate

maybe related to: #3384
It looks like default_tab_template doesn't work well with floating_panes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant