We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a1e8c commit cce8682Copy full SHA for cce8682
entrypoint.sh
@@ -31,7 +31,7 @@ pacmd set-default-sink v1 # Set the `v1` as the default sink device
31
pacmd set-default-source v1.monitor # Set the monitor of the v1 sink to be the default source
32
33
# 3. Firefox
34
-./chrome.sh &
+./firefox.sh & # Or ./chrome.sh &
35
sleep 0.5 # Wait a bit for firefox to start before moving on
36
xdotool mousemove 1 1 click 1 # Move mouse out of the way so it doesn't trigger the "pause" overlay on the video tile
37
0 commit comments