Skip to content

Instantly share code, notes, and snippets.

@brunosimon
Last active September 25, 2025 18:45
Show Gist options
  • Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.
Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.

Revisions

  1. brunosimon revised this gist Aug 20, 2020. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Open Chrome without framerate limit
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit
    # 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
  2. brunosimon revised this gist Aug 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Open Chrome without framerate limit
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    open -a Google Chrome --args --disable-gpu-vsync --disable-frame-rate-limit
    open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit
  3. brunosimon created this gist Aug 27, 2019.
    1 change: 1 addition & 0 deletions Open Chrome without framerate limit
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    open -a “Google Chrome” --args --disable-gpu-vsync --disable-frame-rate-limit