mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 06:21:06 +01:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
# 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.
|