launch command: A new --bias option to adjust the size of newly created windows declaratively

Still need to implement it for the Grid layout.
Fixes #7634
This commit is contained in:
Kovid Goyal
2024-07-20 12:36:47 +05:30
parent ae8da889c4
commit 681048f1ca
9 changed files with 129 additions and 21 deletions

View File

@@ -76,6 +76,8 @@ Detailed list of changes
- Add NERD fonts builtin so that users don't have to install them to use NERD symbols in kitty. The builtin font is used only if the symbols are not available in some system font
- launch command: A new :option:`launch --bias` option to adjust the size of newly created windows declaratively (:iss:`7634`)
- Sessions: A new command ``focus_matching_window`` to shift focus to a specific window, useful when creating complex layouts with splits (:disc:`7635`)
- Wayland: Allow fractional scales less than one (:pull:`7549`)