Skip to content

Instantly share code, notes, and snippets.

@thiemok
Created January 5, 2018 14:21
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 thiemok/4f16dc3b85235021f4c3efbf219be526 to your computer and use it in GitHub Desktop.
Save thiemok/4f16dc3b85235021f4c3efbf219be526 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' ~/.config/chromium/'Local State'
sed -i 's/"exited_cleanly":false/"exited_cleanly":true/; s/"exit_type":"[^"]\+"/"exit_type":"Normal"/' ~/.config/chromium/Default/Preferences
chromium-browser --kiosk --fast --fast-start --enable-low-res-tiling --disable-infobars https://player.twitch.tv/?channel=gamesdonequick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment