enable zoom in kitty
This commit is contained in:
parent
d8db477283
commit
8c47c27d56
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -231,7 +231,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
background_opacity = lib.mkForce "0.95";
|
background_opacity = lib.mkForce "0.95";
|
||||||
dynamic_background_opacity = true;
|
dynamic_background_opacity = true;
|
||||||
enabled_layouts = "tall:bias=50;full_size=1";
|
enabled_layouts = "tall:bias=50;full_size=1;mirrored=false,stack";
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
scrollback_pager_history_size = 4096;
|
scrollback_pager_history_size = 4096;
|
||||||
strip_trailing_space = "smart";
|
strip_trailing_space = "smart";
|
||||||
|
|
Loading…
Reference in a new issue