Create ~/.reminders if remind is detected, this should hopefully prevent the daemon not running error that happens with new users.

This commit is contained in:
Storm Dragon 2023-10-01 14:45:31 -04:00
parent b24c0fad91
commit 239d110f58
1 changed files with 1 additions and 0 deletions

1
i38.sh
View File

@ -630,6 +630,7 @@ if [[ -x "/usr/libexec/notification-daemon" ]]; then
fi
if command -v remind &> /dev/null && command -v notify-send &> /dev/null ; then
echo "exec_always --no-startup-id $(command -v remind) -z '-k:${HOME}/.config/i3/scripts/reminder.sh %s &' ${HOME}/.reminders < /dev/null > /dev/null 2>&1"
touch ~/.reminders
fi
if [[ $dex -eq 0 ]]; then
echo '# Start XDG autostart .desktop files using dex. See also'