mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 04:13:42 +00:00
20 lines
391 B
Text
20 lines
391 B
Text
swap_tiled_layout name="vertical" {
|
|
tab max_panes=5 {
|
|
pane split_direction="vertical" {
|
|
pane
|
|
pane { children; }
|
|
}
|
|
}
|
|
}
|
|
|
|
swap_tiled_layout name="stacked" {
|
|
tab {
|
|
pane split_direction="vertical" {
|
|
pane
|
|
pane {
|
|
pane
|
|
pane stacked=true { children; }
|
|
}
|
|
}
|
|
}
|
|
}
|