Skip to content
Snippets Groups Projects
Commit ac9cf296 authored by Aymeric Bernard's avatar Aymeric Bernard
Browse files

ENV variable microfix

parent bd3c71dd
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,6 @@ bind f eval "hardstatus ignore" ...@@ -29,6 +29,6 @@ bind f eval "hardstatus ignore"
bind F eval "hardstatus alwayslastline" bind F eval "hardstatus alwayslastline"
# Windows at startup # 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 screen -t bash 1 bash
select 1 select 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment