Update
This commit is contained in:
parent
1dd7c9d9d7
commit
b9ad6c7124
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
# enableFishIntegration = true;
|
# enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
session_serialization = false;
|
session_serialization = false;
|
||||||
|
default_layout = "compact";
|
||||||
mirror_session = true;
|
mirror_session = true;
|
||||||
simplified_ui = true;
|
simplified_ui = true;
|
||||||
ui.pane_frames.rounded_corners = true;
|
ui.pane_frames.rounded_corners = true;
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."zjstatus-layout-default" = {
|
xdg.configFile."zjstatus-layout-default" = {
|
||||||
enable = true;
|
enable = false;
|
||||||
target = "zellij/layouts/default.kdl";
|
target = "zellij/layouts/default.kdl";
|
||||||
text = ''
|
text = ''
|
||||||
layout {
|
layout {
|
||||||
|
|
Loading…
Reference in a new issue