1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2025-04-04 21:23:07 +00:00

Remove old layouts

This commit is contained in:
Mo 2025-03-17 10:49:05 +01:00
parent 9de3e68c95
commit e1fed7f10d
2 changed files with 0 additions and 54 deletions
.config/zellij/layouts

View file

@ -1,36 +0,0 @@
layout {
default_tab_template {
children
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
cwd "/home/mo8it/code/info-monitor"
tab name="hx" split_direction="vertical" focus=true {
pane size="70%" {
focus true
command "fish"
args "-C" "hx src/main.rs"
close_on_exit true
}
pane {
command "bacon"
}
}
tab name="git" split_direction="vertical" {
pane {
command "fish"
args "-C" "gitui"
close_on_exit true
}
}
tab name="bg" split_direction="vertical"{
pane {
command "podman"
args "run" "-it" "--name" "info-monitor-pg" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info-monitor-db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:17"
}
}
}

View file

@ -1,18 +0,0 @@
layout {
default_tab_template {
children
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
cwd "/home/mo8it/code/pgp"
tab name="jupyterlab" focus=true {
pane {
focus true
command "fish"
args "-c" "./container.fish"
}
}
}