diff --git a/scripts/.screenrc_tv_panel b/scripts/.screenrc_tv_panel
index 538da0a7ff9d39f0d0030a423990666085818d3f..20d6f0c20205718bf9ea1bba784e81d31680be60 100755
--- a/scripts/.screenrc_tv_panel
+++ b/scripts/.screenrc_tv_panel
@@ -29,6 +29,6 @@ bind f eval "hardstatus ignore"
 bind F eval "hardstatus alwayslastline"
 
 # Windows at startup
-screen -t "tvp_chromium" 0 bash -c 'DISPLAY=:0 xdotool mousemove 10000 10000 && chromium-browser --kiosk --incognito --disable-gpu http://localhost:5000'
+screen -t "tvp_chromium" 0 bash -c 'DISPLAY=:0 xdotool mousemove 10000 10000 && DISPLAY=:0 chromium-browser --kiosk --incognito --disable-gpu http://localhost:5000'
 screen -t bash 1 bash
 select 1