Update zellij config
This commit is contained in:
parent
010d50a34e
commit
978c946aa3
32
config/zellij/layouts/admin.kdl
Normal file
32
config/zellij/layouts/admin.kdl
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
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="nas [FreeBSD]" {
|
||||||
|
pane command="autossh" {
|
||||||
|
args "-M 0" "jas@nas.headscale.moonshadow.dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tab name="moonshadow [FreeBSD]" {
|
||||||
|
pane command="autossh" {
|
||||||
|
args "-M 0" "jas@moonshadow.headscale.moonshadow.dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tab name="hyperreal.coffee [Debian]" {
|
||||||
|
pane command="autossh" {
|
||||||
|
args "-M 0" "jas@hyperreal.headscale.moonshadow.dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tab name="rpi400 [Debian]" {
|
||||||
|
pane command="autossh" {
|
||||||
|
args "-M 0" "root@rpi400.headscale.moonshadow.dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tab
|
||||||
|
}
|
@ -1,37 +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="nas (FreeBSD)" {
|
|
||||||
pane command="autossh" {
|
|
||||||
args "jas@nas.headscale.moonshadow.dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tab name="moonshadow (FreeBSD)" {
|
|
||||||
pane command="autossh" {
|
|
||||||
args "jas@moonshadow.headscale.moonshadow.dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tab name="hyperreal.coffee (Debian)" {
|
|
||||||
pane command="autossh" {
|
|
||||||
args "jas@hyperreal.headscale.moonshadow.dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tab name="rpi400 (Debian)" {
|
|
||||||
pane command="autossh" {
|
|
||||||
args "root@rpi400.headscale.moonshadow.dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tab name="tilde.team IRC" {
|
|
||||||
pane command="autossh" {
|
|
||||||
args "hyperreal@tilde.team"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tab
|
|
||||||
}
|
|
17
config/zellij/layouts/home.kdl
Normal file
17
config/zellij/layouts/home.kdl
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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="tilde.team IRC" {
|
||||||
|
pane command="autossh" {
|
||||||
|
args "-M 0" "hyperreal@tilde.team"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tab
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user