diff --git a/dot_config/zellij/layouts/default.kdl b/dot_config/zellij/layouts/default.kdl deleted file mode 100644 index 048d126..0000000 --- a/dot_config/zellij/layouts/default.kdl +++ /dev/null @@ -1,20 +0,0 @@ -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" -}