layout { default_tab_template { children pane size=1 borderless=true { plugin location="zellij:compact-bar" } } cwd "/home/mo/code/hosted/how_to_linux" tab name="lazygit" { pane { command "fish" args "-C" "lazygit" } } tab name="nvim" focus=true { pane { cwd "src" command "fish" args "-C" "nvim" } } tab name="mdbook" { pane { command "fish" args "-C" "mdbook serve" } } tab name="test" { pane { command "fish" args "-C" "sleep 1 && nohup xdg-open http://localhost:3000 &> /dev/null" } } }