Last active
September 25, 2025 18:45
-
-
Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.
Revisions
-
brunosimon revised this gist
Aug 20, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ # Unix (Terminal) open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit # Windows (Command prompt) start chrome --args --disable-gpu-vsync --disable-frame-rate-limit -
brunosimon revised this gist
Aug 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit -
brunosimon created this gist
Aug 27, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ open -a “Google Chrome” --args --disable-gpu-vsync --disable-frame-rate-limit