# HG changeset patch # User Meredith Howard # Date 1402680091 14400 # Node ID f93e63d400b560a4470e9bc7dacec52341750ed6 # Parent 821ebedc5f102104344ac2c7f31a4b2e9a4b9a4c no need to fork diff --git a/.i3/auto-start b/.i3/auto-start --- a/.i3/auto-start +++ b/.i3/auto-start @@ -23,7 +23,7 @@ StartProg() fi sleep 1 done - notify-send "Error on executing: $@" & + notify-send "Error on executing: $@" } StartProgName()