feat(kitty): resize in steps

nixos
Moritz Böhme 2024-08-30 10:29:59 +02:00
parent 6487394f14
commit 6dde791fb7
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ in
confirm_os_window_close = 0;
background_opacity = "0.9";
font_features = "IntelOneMono-Regular +ss01";
resize_in_steps = "yes";
};
keybindings = {
"ctrl+plus" = "change_font_size all +2.0";