1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/zellij/layouts/how_to_linux.kdl
2022-11-08 17:57:04 +01:00

36 lines
737 B
Text

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 "nu"
args "-e" "lazygit"
}
}
tab name="nvim" focus=true {
pane {
cwd "src"
command "nu"
args "-e" "nvim"
}
}
tab name="mdbook" {
pane {
command "nu"
args "-e" "mdbook serve"
}
}
tab name="test" {
pane {
command "nu"
args "-e" "sleep 1 && nohup xdg-open http://localhost:3000 &> /dev/null"
}
}
}