From 0e49f7bd40521b999a7d7243fc465a0476a50267 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 13:05:26 +0400 Subject: fix(nsend): call dunst instead of printing to stdout --- scripts/nsend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nsend b/scripts/nsend index 3d28683..ae5a382 100755 --- a/scripts/nsend +++ b/scripts/nsend @@ -20,7 +20,8 @@ case "${1}" in "-s") [ "${#}" -gt 3 ] && invalid_use - echo $(printf 'notify-send "%s" "%s"' "${1}" "${2}") + shift + eval $(printf 'notify-send "%s" "%s"' "${1}" "${2}") exit 0 ;; -- cgit v1.2.3