diff options
| author | 2026-05-13 13:43:12 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:12 +0100 | |
| commit | cb37af5837bcb9c48505abdf5f015ba96f77c320 (patch) | |
| tree | 5b57ab8294b7dfaca06917ce1bcfac0796f96854 /dot_config/zellij | |
| parent | d7e91dfe47a4950d09f982ed9621758fb18a4c78 (diff) | |
| download | dotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.tar.gz dotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.tar.bz2 dotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.zip | |
feat(zellij): move tab-bar to bottom via custom default layout
Diffstat (limited to 'dot_config/zellij')
| -rw-r--r-- | dot_config/zellij/layouts/default.kdl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dot_config/zellij/layouts/default.kdl b/dot_config/zellij/layouts/default.kdl new file mode 100644 index 0000000..cfda8a9 --- /dev/null +++ b/dot_config/zellij/layouts/default.kdl @@ -0,0 +1,13 @@ +// Default layout with tab-bar moved to the bottom, above status-bar. +// 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" + } +} |
