diff options
Diffstat (limited to 'roles/obs/templates/bbb')
-rwxr-xr-x | roles/obs/templates/bbb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/obs/templates/bbb b/roles/obs/templates/bbb index 240a122..abe1da1 100755 --- a/roles/obs/templates/bbb +++ b/roles/obs/templates/bbb @@ -10,4 +10,7 @@ fi # Update the overlay SLUG=$1 overlay $SLUG -firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/current/room/$SLUG +firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/assets/redirects/open/bbb-$SLUG.html & +sleep 2 +xdotool key Return +xdotool key F11 |