Skip to content

Commit

Permalink
terminal/tools/zellij: stop using split in system
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 28, 2024
1 parent 18a9eb7 commit 22c59c5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions modules/home/programs/terminal/tools/zellij/layouts/system.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ layout {

pane split_direction="Vertical" {
// NOTE: not sure what this even does... seems useless
//pane size="15%" name="Filetree" {
// plugin location="zellij:strider"
//}
children
pane size="15%" name="Filetree" {
plugin location="zellij:strider"
}
}

children

pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
Expand All @@ -40,9 +41,10 @@ layout {
}
}

dev_tab name="khanelinix" cwd="~/khanelinix/" focus=true {
term split_direction="vertical" {
pane edit="./flake.nix" name="Flake"
tab name="khanelinix" focus=true {
pane {
cwd "$HOME/khanelinix/"
edit "flake.nix"
}
}

Expand Down

0 comments on commit 22c59c5

Please sign in to comment.