Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # Remove any chrome crash so popup doesn't appear
  2. perl -pi -e 's/exit_type\":\"Crashed/exit_type\":\"none/' ~/.config/chromium/Default/Preferences
  3.  
  4. #move mouse to top corner to stop highlighting random pages
  5. xte 'mousemove 0, 0'
  6.  
  7. # Start Chrome with sleeps inbetween - chrome reuses executable so these end up as tabs
  8. # Chrome already has tab revolver plugin enabled.
  9. sleep 15
  10.  
  11. # Wait until tabs are up and maximise chrome to full screen
  12. sleep 15
  13. xte "key F11" -x:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement