mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
4 lines
176 B
Text
4 lines
176 B
Text
# To send a desktop notification via dbus:
|
|
notify-send -i 'icon-file/name' -a 'application_name' 'summary' 'body of message'
|
|
|
|
# The -i and -a flags can be omitted if unneeded.
|