From 2968bbe325f4de64ac63dbb7e3fcca15dd7ac3b4 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 22 Sep 2023 00:50:52 -0400 Subject: [PATCH] Forgot to remove the background from the remind command. It's handled by the i3 config. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 88721e7..a11bf98 100755 --- a/i38.sh +++ b/i38.sh @@ -615,7 +615,7 @@ if [[ -x "/usr/libexec/notification-daemon" ]]; then echo 'exec_always --no-startup-id /usr/libexec/notification-daemon -r' 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:notify-send %s &' ${HOME}/.reminders < /dev/null > /dev/null 2>&1 &" + echo "exec_always --no-startup-id $(command -v remind) -z '-k:notify-send %s &' ${HOME}/.reminders < /dev/null > /dev/null 2>&1" fi if [[ $dex -eq 0 ]]; then echo '# Start XDG autostart .desktop files using dex. See also'