zellij: update settings
This commit is contained in:
parent
f0102d787b
commit
67c4b9702f
1 changed files with 3 additions and 0 deletions
|
@ -8,7 +8,10 @@ _: {
|
||||||
settings = {
|
settings = {
|
||||||
on_force_close = "quit";
|
on_force_close = "quit";
|
||||||
simplified_ui = false;
|
simplified_ui = false;
|
||||||
|
theme = "tokyo-night";
|
||||||
default_layout = "default";
|
default_layout = "default";
|
||||||
|
copy_command = "wl-copy";
|
||||||
|
copy_clipboard = "primary";
|
||||||
ui.pane_frames.rounded_corners = true;
|
ui.pane_frames.rounded_corners = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue