From f5cddb8be65c3ec99fff6f6e42f58ebf37ee572b Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Sun, 8 Oct 2023 16:19:54 -0300 Subject: [PATCH] Devboot update: 23-10-08-16-19-54 --- dot-conf/zellij/zellij/gallery-dl.kdl | 28 ++++++++++++++++++++ dot-conf/zellij/zellij/telebot.kdl | 37 +++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 dot-conf/zellij/zellij/gallery-dl.kdl create mode 100644 dot-conf/zellij/zellij/telebot.kdl diff --git a/dot-conf/zellij/zellij/gallery-dl.kdl b/dot-conf/zellij/zellij/gallery-dl.kdl new file mode 100644 index 0000000..d8d35bc --- /dev/null +++ b/dot-conf/zellij/zellij/gallery-dl.kdl @@ -0,0 +1,28 @@ +layout { + name "gallery-dl" + cwd "/mnt/e/Windows/Documents/DataHoarding" + + 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 { + pane split_direction="vertical" { + size "50%" + pane + pane + } + + pane split_direction="vertical" { + size "50%" + pane + pane + } + } +} diff --git a/dot-conf/zellij/zellij/telebot.kdl b/dot-conf/zellij/zellij/telebot.kdl new file mode 100644 index 0000000..8b97f05 --- /dev/null +++ b/dot-conf/zellij/zellij/telebot.kdl @@ -0,0 +1,37 @@ +layout { + name "telebot" + cwd "~/repos/telegram-messages-manager" + + 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 { + pane split_direction="horizontal" { + size "70%" + pane { + name "lvim" + command "lvim" + } + } + + pane split_direction="vertical" { + size "20%" + pane { + name "app" + command "./runDev.sh" + } + + pane { + name "ytop" + command "ytop" + } + } + } +}