mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
9f298d08da
- alacritty: add cursor style - nvim: fix which-key, add colorizer, add debugger, update plugins - zellij: revamp layouts - starship: change prompt Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
21 lines
281 B
KDL
21 lines
281 B
KDL
layout {
|
|
pane split_direction="horizontal" {
|
|
pane {
|
|
edit "."
|
|
focus true
|
|
name "Editor"
|
|
size "75%"
|
|
borderless true
|
|
}
|
|
pane {
|
|
size "25%"
|
|
}
|
|
}
|
|
|
|
pane {
|
|
plugin location="zellij:compact-bar"
|
|
borderless true
|
|
size 1
|
|
}
|
|
}
|