changelog: new desktop-notifications config section

This commit is contained in:
Daniel Eklöf 2024-07-23 07:09:54 +02:00
parent 5905ea0d84
commit 0209458cc0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -72,6 +72,11 @@
private mode `2048`.
* Support for OSC-99 [_"Kitty desktop
notifications"_](https://sw.kovidgoyal.net/kitty/desktop-notifications/).
* `desktop-notifications.command` option, replaces `notify`.
* `desktop-notifications.inhibit-when-focused` option, replaces
`notify-focus-inhibit`.
* `${icon}` and `${urgency}` added to the
`desktop-notifications.command` template.
[1707]: https://codeberg.org/dnkl/foot/issues/1707
[1738]: https://codeberg.org/dnkl/foot/issues/1738
@ -118,6 +123,12 @@
### Deprecated
* `notify` option; replaced by `desktop-notifications.command`.
* `notify-focus-inhibit` option; replaced by
`desktop-notifications.inhibit-when-focused`.
### Removed
### Fixed