From cb37af5837bcb9c48505abdf5f015ba96f77c320 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:12 +0100 Subject: feat(zellij): move tab-bar to bottom via custom default layout --- dot_config/zellij/layouts/default.kdl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot_config/zellij/layouts/default.kdl (limited to 'dot_config') 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" + } +} -- cgit v1.3.1