Updated the notification daemon line

This commit is contained in:
Jeremiah Ticket 2022-11-26 12:39:57 -07:00
parent bdf38929aa
commit 40efebcd73

2
i38.sh
View File

@ -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)