Forrest logo
back to context overview

dunstify

List of commands for dunstify:

  • dunstify:tldr:08633 dunstify: Show a notification with specified urgency.
    $ dunstify "${Title}" "${Message}" -u ${select}
    try on your machine
    explain this command
  • dunstify:tldr:0a443 dunstify: To see other possible options.
    $ notify-send --help
    try on your machine
    explain this command
  • dunstify:tldr:2dbc7 dunstify: Specify a message ID (overwrites any previous messages with the same ID).
    $ dunstify "${Title}" "${Message}" -r ${123}
    try on your machine
    explain this command
  • dunstify:tldr:3ccf5 dunstify: Show a notification with a given title and message.
    $ dunstify "${Title}" "${Message}"
    try on your machine
    explain this command
back to context overview