aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/zellij
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:12 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:12 +0100
commitcb37af5837bcb9c48505abdf5f015ba96f77c320 (patch)
tree5b57ab8294b7dfaca06917ce1bcfac0796f96854 /dot_config/zellij
parentd7e91dfe47a4950d09f982ed9621758fb18a4c78 (diff)
downloaddotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.tar.gz
dotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.tar.bz2
dotfiles-cb37af5837bcb9c48505abdf5f015ba96f77c320.zip
feat(zellij): move tab-bar to bottom via custom default layout
Diffstat (limited to 'dot_config/zellij')
-rw-r--r--dot_config/zellij/layouts/default.kdl13
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"
+ }
+}