mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
notify_on_cmd_finish invisible now uses actual OS Window visibility as reported by the window manager
Fixes #8320
This commit is contained in:
parent
4472d91fbb
commit
d27e4f84b7
3 changed files with 17 additions and 3 deletions
|
|
@ -106,6 +106,10 @@ Detailed list of changes
|
|||
terminal ecosystem for decades by allowing terminal programs to specify how
|
||||
many cells to render a piece of text in (:iss:`8226`)
|
||||
|
||||
- **Behavior change**: The :opt:`notify_on_cmd_finish` option now uses OS
|
||||
Window visibility instead of focus state when set to ``invisible``
|
||||
(:iss:`8320`)
|
||||
|
||||
- launch: Add options :option:`launch --source-window` and :option:`launch --next-to` to allow
|
||||
specifying which window is used as the data source and destination location independently of the
|
||||
currently active window (:iss:`8295`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue