diff options
| -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" + } +} |
