Files
dotfiles/dot-conf/zellij/config/layouts/telebot.kdl
2023-11-16 03:12:57 -03:00

38 lines
767 B
Plaintext

layout {
name "telebot"
cwd "~/repos/telegram-messages-manager"
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab {
pane split_direction="horizontal" {
size "70%"
pane {
name "lvim"
command "lvim"
}
}
pane split_direction="vertical" {
size "20%"
pane {
name "app"
command "./runDev.sh"
}
pane {
name "ytop"
command "ytop"
}
}
}
}