Created
January 5, 2018 14:21
-
-
Save thiemok/4f16dc3b85235021f4c3efbf219be526 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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