mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
e727130c60
- 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>
23 lines
361 B
KDL
23 lines
361 B
KDL
layout {
|
|
pane split_direction="vertical" {
|
|
pane {
|
|
edit "."
|
|
focus true
|
|
size "60%"
|
|
borderless true
|
|
}
|
|
pane stacked=true {
|
|
pane {
|
|
name "LazyGit"
|
|
command "lazygit"
|
|
}
|
|
pane {
|
|
name "Terminal"
|
|
}
|
|
}
|
|
}
|
|
pane size=1 borderless=true {
|
|
plugin location="zellij:compact-bar"
|
|
}
|
|
}
|