mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Remove swap layouts
This commit is contained in:
parent
3791c4011c
commit
a2f08f9175
4 changed files with 0 additions and 55 deletions
|
@ -1,20 +0,0 @@
|
|||
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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
layout {
|
||||
default_tab_template {
|
||||
children
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
cwd "/home/mo/code/hosted/how_to_linux"
|
||||
|
||||
tab name="git" {
|
||||
pane {
|
||||
command "fish"
|
||||
args "-c" "gitui"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
tab name="hx" focus=true {
|
||||
pane {
|
||||
cwd "src"
|
||||
command "fish"
|
||||
args "-c" "hx"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
tab name="mdbook" {
|
||||
pane {
|
||||
command "fish"
|
||||
args "-c" "mdbook serve"
|
||||
close_on_exit true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/var/home/mo/.dotfiles/.config/zellij/layouts/default.swap.kdl
|
|
@ -1 +0,0 @@
|
|||
/var/home/mo/.dotfiles/.config/zellij/layouts/default.swap.kdl
|
Loading…
Reference in a new issue