Correcting some paths and filenames

This commit is contained in:
Matheus Albino
2023-11-16 03:12:57 -03:00
parent 788ec57124
commit 189cd15915
6 changed files with 0 additions and 0 deletions

View File

@@ -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
}
}
}

View File

@@ -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"
}
}
}
}