From 12c014f93a97b8c79e423e4f26281b23e8bfea01 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:13 +0100 Subject: style(zellij): status-bar at top, tab-bar at bottom --- dot_config/zellij/layouts/default.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dot_config/zellij/layouts/default.kdl') diff --git a/dot_config/zellij/layouts/default.kdl b/dot_config/zellij/layouts/default.kdl index 5060cf7..5e56f30 100644 --- a/dot_config/zellij/layouts/default.kdl +++ b/dot_config/zellij/layouts/default.kdl @@ -1,13 +1,13 @@ -// Default layout with tab-bar and status-bar at the top. +// status-bar (keybind hints + tips, 2 lines) at top, tab-bar at bottom. // Overrides zellij's built-in "default" layout when placed here. layout { - 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 } + pane size=1 borderless=true { + plugin location="zellij:tab-bar" + } } -- cgit v1.3.1