mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
changelog: new desktop-notifications config section
This commit is contained in:
parent
5905ea0d84
commit
0209458cc0
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -72,6 +72,11 @@
|
||||||
private mode `2048`.
|
private mode `2048`.
|
||||||
* Support for OSC-99 [_"Kitty desktop
|
* Support for OSC-99 [_"Kitty desktop
|
||||||
notifications"_](https://sw.kovidgoyal.net/kitty/desktop-notifications/).
|
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
|
[1707]: https://codeberg.org/dnkl/foot/issues/1707
|
||||||
[1738]: https://codeberg.org/dnkl/foot/issues/1738
|
[1738]: https://codeberg.org/dnkl/foot/issues/1738
|
||||||
|
|
@ -118,6 +123,12 @@
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
* `notify` option; replaced by `desktop-notifications.command`.
|
||||||
|
* `notify-focus-inhibit` option; replaced by
|
||||||
|
`desktop-notifications.inhibit-when-focused`.
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue