From 9fa1b9d8653d56c241f4a7f5ea3e1ea359d45313 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 26 Nov 2022 19:54:26 -0500 Subject: [PATCH] Fixed a bug in notification launcher. --- i38.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i38.sh b/i38.sh index 72cb66a..8392a23 100755 --- a/i38.sh +++ b/i38.sh @@ -392,9 +392,9 @@ $(if [[ $sounds -eq 0 ]]; then echo 'exec --no-startup-id xbrlapi --quiet' fi fi -$(if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then +if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r' -fi) +fi if [[ $dex -eq 0 ]]; then echo '# Start XDG autostart .desktop files using dex. See also' echo '# https://wiki.archlinux.org/index.php/XDG_Autostart'