diff options
| author | 2026-05-13 13:43:12 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:12 +0100 | |
| commit | 8efa9238287d7bf9daf3e71f593afb0bcea0bbff (patch) | |
| tree | 4377d00c9f051b47f2b93d3bc9baedf4dfc0d647 /dot_config/zellij | |
| parent | dd739c9f47b11950d0fde6a19c5c36a499be5bd4 (diff) | |
| download | dotfiles-8efa9238287d7bf9daf3e71f593afb0bcea0bbff.tar.gz dotfiles-8efa9238287d7bf9daf3e71f593afb0bcea0bbff.tar.bz2 dotfiles-8efa9238287d7bf9daf3e71f593afb0bcea0bbff.zip | |
style(zellij): move tab-bar and status-bar to the top
Diffstat (limited to 'dot_config/zellij')
| -rw-r--r-- | dot_config/zellij/layouts/default.kdl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dot_config/zellij/layouts/default.kdl b/dot_config/zellij/layouts/default.kdl index cfda8a9..5060cf7 100644 --- a/dot_config/zellij/layouts/default.kdl +++ b/dot_config/zellij/layouts/default.kdl @@ -1,13 +1,13 @@ -// Default layout with tab-bar moved to the bottom, above status-bar. +// Default layout with tab-bar and status-bar at the top. // Overrides zellij's built-in "default" layout when placed here. layout { - pane split_direction="vertical" { - pane - } pane size=1 borderless=true { plugin location="zellij:tab-bar" } pane size=2 borderless=true { plugin location="zellij:status-bar" } + pane split_direction="vertical" { + pane + } } |
