diff --git a/Makefile.in b/Makefile.in
index 4ab2b072a546173ed29d04ae684fd15b86bd3366..cc16190b5ac7bb328d05dfcf0ded8d2bf623bc2a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,7 +75,7 @@ start:
 
 	@# ZT-Plots
 	@#
-	@tmux new-window -n trigger -t ${SESSION_NAME}
+	@tmux new-window -n ztplots -t ${SESSION_NAME}
 	@tmux split-window -v -t ${SESSION_NAME}:ztplots
 	@tmux send-keys -t ${SESSION_NAME}:ztplots.1  \
 	    "python scripts/ztplot.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter