Qui a besoin d'un démon de notification ?
Pourquoi installer un démon de notification lorsqu'on a xmessage déjà installé (c'est certainement votre cas puisqu'il est livré avec X) ?
Voici ma version de notify-send :
prxbins.tgz contenant notify-send
notify-send -h usage: $0 message [ -s timeout (secs) ] [ -t top ] [ -b bottom ] [ -l left ] [ -r right ] [ -h help ] notify-send -b -l -s 5 "Hello world"
Who needs notify daemon?
When you have xmessage (in OpenBSD base), who needs any notification daemon such as dunst or any other ?
See my notify-send in prxbins.tgz archive:
https://si3t.ch/code/prxbins.tgz
notify-send -h usage: $0 message [ -s timeout (secs) ] [ -t top ] [ -b bottom ] [ -l left ] [ -r right ] [ -h help ] example: notify-send -b -l -s 5 "Hello world"