This commit is contained in:
2026-03-19 15:21:36 +00:00
parent 227c1638f6
commit 4d19e7d320
5 changed files with 22 additions and 29 deletions
+18 -24
View File
@@ -1,28 +1,22 @@
layout {
default_tab_template {
children
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
default_tab_template {
children
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
tab name="dotfiles" cwd="/home/thomasgl/.dotfiles" {
pane split_direction="vertical" {
pane stacked=true {
pane
pane command="nvim"
}
pane size="40%" command="pi"
}
}
tab name="nvim + jjui" {
pane stacked=true {
pane command="nvim"
pane command="jjui"
}
}
tab name="NixOS" cwd="/home/thomasgl/etc/nixos" {
pane split_direction="vertical" {
pane stacked=true {
pane
pane command="nvim"
}
pane size="40%" command="pi"
}
}
tab name="pi + shell" {
pane stacked=true {
pane command="pi"
pane
}
}
}