From 8efa9238287d7bf9daf3e71f593afb0bcea0bbff Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:12 +0100 Subject: style(zellij): move tab-bar and status-bar to the top --- dot_config/zellij/layouts/default.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dot_config/zellij/layouts') 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 + } } -- cgit v1.3.1