diff options
| author | 2026-05-13 13:43:13 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:13 +0100 | |
| commit | 12c014f93a97b8c79e423e4f26281b23e8bfea01 (patch) | |
| tree | 040984d1a07bb16485d7e4cfa19541197a16dd04 | |
| parent | 8efa9238287d7bf9daf3e71f593afb0bcea0bbff (diff) | |
| download | dotfiles-12c014f93a97b8c79e423e4f26281b23e8bfea01.tar.gz dotfiles-12c014f93a97b8c79e423e4f26281b23e8bfea01.tar.bz2 dotfiles-12c014f93a97b8c79e423e4f26281b23e8bfea01.zip | |
style(zellij): status-bar at top, tab-bar at bottom
| -rw-r--r-- | dot_config/zellij/layouts/default.kdl | 8 |
1 files changed, 4 insertions, 4 deletions
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" + } } |
