diff --git a/.config/zellij/layouts/advlabdb.kdl b/.config/zellij/layouts/advlabdb.kdl index 7713bd5..01295af 100644 --- a/.config/zellij/layouts/advlabdb.kdl +++ b/.config/zellij/layouts/advlabdb.kdl @@ -14,10 +14,10 @@ layout { args "-e" "lazygit" } } - tab name="nvim" focus=true { + tab name="hx" focus=true { pane { command "nu" - args "-e" "nvim" + args "-e" "hx" } } tab name="run" { @@ -29,7 +29,7 @@ layout { tab name="tasks" { pane { command "nu" - args "-e" "nohup xdg-open http://localhost:5000 &> /dev/null; vp advlabdb" + args "-e" "vp advlabdb" } } } diff --git a/.config/zellij/layouts/how_to_linux.kdl b/.config/zellij/layouts/how_to_linux.kdl index 399643c..d2a9883 100644 --- a/.config/zellij/layouts/how_to_linux.kdl +++ b/.config/zellij/layouts/how_to_linux.kdl @@ -14,11 +14,11 @@ layout { args "-e" "lazygit" } } - tab name="nvim" focus=true { + tab name="hx" focus=true { pane { cwd "src" command "nu" - args "-e" "nvim" + args "-e" "hx" } } tab name="mdbook" { @@ -27,10 +27,4 @@ layout { args "-e" "mdbook serve" } } - tab name="test" { - pane { - command "nu" - args "-e" "sleep 1 && nohup xdg-open http://localhost:3000 &> /dev/null" - } - } } diff --git a/.config/zellij/layouts/reco.kdl b/.config/zellij/layouts/reco.kdl index ef6ad3f..5ad58e9 100644 --- a/.config/zellij/layouts/reco.kdl +++ b/.config/zellij/layouts/reco.kdl @@ -14,10 +14,10 @@ layout { args "-e" "lazygit" } } - tab name="nvim" focus=true { + tab name="hx" focus=true { pane { command "nu" - args "-e" "nvim" + args "-e" "hx" } } tab name="run" {