mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Update advlabdb layout
This commit is contained in:
parent
7e5485b59f
commit
9268468148
1 changed files with 6 additions and 12 deletions
|
@ -6,19 +6,20 @@ layout {
|
|||
}
|
||||
}
|
||||
|
||||
cwd "/home/mo8it/code/hosted/advlabdb"
|
||||
cwd "/home/mo8it/code/archieve/advlabdb"
|
||||
|
||||
tab name="git" {
|
||||
tab name="hx" split_direction="vertical" focus=true {
|
||||
pane {
|
||||
focus true
|
||||
command "fish"
|
||||
args "-c" "gitui"
|
||||
args "-C" "hx"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
tab name="hx" focus=true {
|
||||
tab name="git" split_direction="vertical" {
|
||||
pane {
|
||||
command "fish"
|
||||
args "-c" "hx"
|
||||
args "-C" "gitui"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
|
@ -28,11 +29,4 @@ layout {
|
|||
args "-c" "poetry run ./run.py"
|
||||
}
|
||||
}
|
||||
tab name="tasks" {
|
||||
pane {
|
||||
command "fish"
|
||||
args "-c" "vp advlabdb"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue