Skip to content

Instantly share code, notes, and snippets.

@agalazis
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agalazis/8b9f82438f23dff489f6 to your computer and use it in GitHub Desktop.
Save agalazis/8b9f82438f23dff489f6 to your computer and use it in GitHub Desktop.
remotely enable youtube tv and then controll it from your paired phone device
export DISPLAY=:0
firefox http://tv.youtube.com &
sleep 5
xdotool key F11
@agalazis
Copy link
Author

dependencies: xdotool
(replace firefox with any browser you already have, as soon as the shortcut for full screen is still f11 you should be fine)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment