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

Feature request: Configuration option for changing default pane stacking #647

Open
i8x3 opened this issue Nov 10, 2024 · 0 comments
Open

Comments

@i8x3
Copy link

i8x3 commented Nov 10, 2024

Hello!

Currently, there is no way to change the default the way panes stack in the configuration. In src/screen/dashboard.rs, I saw that there was already a comment that said "Default split could be a config option" (line 1239).

// Default split could be a config option.
let axis = pane_grid::Axis::Horizontal;

I modified the line right under it, changing Horizontal to Vertical, built it, and it worked just like I hoped for. If you guys could make this an option in the configuration, that would be great.

Thank you very much!

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

No branches or pull requests

1 participant