mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
notify: split up the ${action} template parameter
Split it up into two, ${action-name} and ${action-label}.
Dunstify, for example, has a different syntax compared to notify-send:
notify-send: default=foobar
dunstify: default,foobar
This commit is contained in:
parent
d5c773a58b
commit
ecbec57a47
5 changed files with 14 additions and 18 deletions
|
|
@ -75,8 +75,8 @@
|
|||
* `desktop-notifications.command` option, replaces `notify`.
|
||||
* `desktop-notifications.inhibit-when-focused` option, replaces
|
||||
`notify-focus-inhibit`.
|
||||
* `${icon}`, `${urgency}` and `${action}` added to the
|
||||
`desktop-notifications.command` template.
|
||||
* `${icon}`, `${urgency}`,`${action-name}` and `${action-label}` added
|
||||
to the `desktop-notifications.command` template.
|
||||
|
||||
[1707]: https://codeberg.org/dnkl/foot/issues/1707
|
||||
[1738]: https://codeberg.org/dnkl/foot/issues/1738
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue