From 40efebcd73e9affec66934e786672cf45dedc623 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sat, 26 Nov 2022 12:39:57 -0700 Subject: [PATCH] Updated the notification daemon line --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 84ced0a..b0fba41 100755 --- a/i38.sh +++ b/i38.sh @@ -386,7 +386,7 @@ if [[ $dex -eq 0 ]]; then else echo '# Startup applications' echo 'exec clipster -d' -echo 'exec /usr/lib/notification-daemon-1.0/notification-daemon' +echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r' echo 'exec orca' fi)