summaryrefslogtreecommitdiff
path: root/bin/extra/notify-send
diff options
context:
space:
mode:
Diffstat (limited to 'bin/extra/notify-send')
-rwxr-xr-xbin/extra/notify-send5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/extra/notify-send b/bin/extra/notify-send
index 3a3872b..b0cf04a 100755
--- a/bin/extra/notify-send
+++ b/bin/extra/notify-send
@@ -36,6 +36,11 @@ parse() {
OPTARG=$2
_=$OPTARG
shift ;;
+ -a | --app-name)
+ [ $# -le 1 ] && set -- "$1" required && break
+ OPTARG=$2
+ _=$OPTARG
+ shift ;;
-i | --icon)
[ $# -le 1 ] && set -- "$1" required && break
OPTARG=$2