diff --git a/firestarter b/firestarter
index 02fceb9..42e3151 100755
--- a/firestarter
+++ b/firestarter
@@ -459,7 +459,7 @@ step_execute() {
 }
 step_postexecute() {
 	# Wait for the WM to initialize, if one was found and we have the tools
-	if [ -z "$FS_NOWAITWM" ] && gettarget "$_configdir/wm" && has xprop grep; then
+	if [ -z "$FS_NOWAITWM" ] && gettarget "$_optconfigdir/wm" && has xprop grep; then
 		log "Waiting for WM to initialize: \"$_return\""
 		for (( i=0; i<10; i++ )); do
 			line="$(xprop -root | grep ^_NET_WM_NAME | grep -o '"\S*"$')"