improves zellij layout
This commit is contained in:
parent
e7aaf753e1
commit
ae319e74f4
2 changed files with 6 additions and 5 deletions
|
|
@ -283,7 +283,9 @@ themes {
|
|||
|
||||
plugins {
|
||||
about location="zellij:about"
|
||||
compact-bar location="zellij:compact-bar"
|
||||
compact-bar location="zellij:compact-bar" {
|
||||
tooltip "F1"
|
||||
}
|
||||
configuration location="zellij:configuration"
|
||||
filepicker location="zellij:strider" {
|
||||
cwd "/"
|
||||
|
|
@ -301,8 +303,10 @@ plugins {
|
|||
load_plugins {
|
||||
}
|
||||
|
||||
simplified_ui true
|
||||
default_mode "locked"
|
||||
default_shell "fish"
|
||||
default_layout "compact"
|
||||
pane_frames true
|
||||
scroll_buffer_size 100000
|
||||
copy_on_select true
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
pane
|
||||
pane size=1 borderless=true {
|
||||
plugin location="status-bar"
|
||||
plugin location="compact-bar"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue