mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Moved wash to a nixos config
This commit is contained in:
parent
3d68f30796
commit
510c3a6421
9 changed files with 705 additions and 11 deletions
20
dot_config/zellij/layouts/default.kdl
Normal file
20
dot_config/zellij/layouts/default.kdl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
layout {
|
||||
default_tab_template {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
children
|
||||
pane size=2 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="IDE" {
|
||||
pane split_direction="vertical" {
|
||||
pane command="yazi" size="20%"
|
||||
pane command="hx"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="shell"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue