1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Update website layout

This commit is contained in:
Mo 2023-04-02 18:32:13 +02:00
parent 6b91b45329
commit c962204f25

View file

@ -26,7 +26,7 @@ layout {
tab name="bg" split_direction="vertical"{ tab name="bg" split_direction="vertical"{
pane { pane {
command "fish" command "fish"
args "-C" "zola serve" args "-C" "zola serve --open --drafts"
close_on_exit true close_on_exit true
} }
pane { pane {
@ -35,11 +35,5 @@ layout {
close_on_exit true close_on_exit true
} }
} }
tab name="run" split_direction="vertical" {
pane {
command "fish"
close_on_exit true
}
}
} }