Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. export DISPLAY=:0 && epiphany-browser http://mywebsite
  3. sleep 30
  4. xte "key F11" -x:0
  5. xte "key F5" -x:0
  6.  
  7. #!/bin/bash
  8.  
  9. WID = `xdotool search "epiphany-browser" | head-1`
  10. xdotool windowactivate --sync $WID
  11. xdotool key --clearmodifiers ctrl+q
  12.  
  13. #!/bin/bash
  14. killall epiphany-browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement