Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command

This commit is contained in:
Kovid Goyal 2020-03-15 08:12:28 +05:30
parent f353131b44
commit e8a9935cb2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 18 additions and 3 deletions

View file

@ -57,6 +57,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix incorrect rendering of selection when using rectangular select and
scrolling (:iss:`2351`)
- Allow setting WM_CLASS and WM_NAME when creating new OS windows with the
launch command (:option:`launch --os-window-class`)
- macOS: When switching input method while a pending multi-key input is in
progress, clear the pending input (:iss:`2358`)