Skip to content

Instantly share code, notes, and snippets.

@nclslbrn
Created June 24, 2017 11:05
Show Gist options
  • Save nclslbrn/1cc3a7087224a6f39b4ed29e843c7fc6 to your computer and use it in GitHub Desktop.
Save nclslbrn/1cc3a7087224a6f39b4ed29e843c7fc6 to your computer and use it in GitHub Desktop.
#!/bin/bash
sleep
export DISPLAY=:0.0
firefox -url http://chat.expo &
sleep 5
xdotool search --name ".*Mozilla Firefox" key F11
xdottol mousemove 0 1080
@nclslbrn
Copy link
Author

sudo apt-get install xdotool

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