From 239d110f58c020683fb7432696dff3e9355f7d19 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 1 Oct 2023 14:45:31 -0400 Subject: [PATCH] Create ~/.reminders if remind is detected, this should hopefully prevent the daemon not running error that happens with new users. --- i38.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/i38.sh b/i38.sh index 336c09c..5ecaa27 100755 --- a/i38.sh +++ b/i38.sh @@ -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'