Files
dotfiles/.config/zellij/layouts/compact-ide.kdl
T
avinal e727130c60 move waybar to the left
- make waybar text only
- rearrange all the modules
- add sticky float to the picture in picture
- remove name from zellij editor pane
- add dnd mode

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2024-07-20 18:03:39 +05:30

20 lines
261 B
KDL

layout {
pane split_direction="horizontal" {
pane {
edit "."
focus true
size "75%"
borderless true
}
pane {
size "25%"
}
}
pane {
plugin location="zellij:compact-bar"
borderless true
size 1
}
}