feat(kitty): resize in steps

This commit is contained in:
Moritz Böhme 2024-08-30 10:29:59 +02:00
parent 6487394f14
commit 6dde791fb7
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

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";