Add Zellij
This commit is contained in:
parent
d46372768b
commit
2fabc8609b
3 changed files with 376 additions and 1 deletions
24
.config/zellij/layouts/dedibox.kdl
Normal file
24
.config/zellij/layouts/dedibox.kdl
Normal file
|
@ -0,0 +1,24 @@
|
|||
layout {
|
||||
tab name="weechat" {
|
||||
pane command="weechat"
|
||||
status size=1
|
||||
}
|
||||
tab name="poezio" {
|
||||
pane command="poezio"
|
||||
status size=1
|
||||
}
|
||||
tab name="admin" {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
pane command="btop"
|
||||
}
|
||||
status size=1
|
||||
}
|
||||
tab name="user" {
|
||||
pane
|
||||
status size=1
|
||||
}
|
||||
pane_template name="status" size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue