Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active September 9, 2024 05:34
Show Gist options
  • Save nolanlawson/c9d42d0a49130ae6922718608c921efb to your computer and use it in GitHub Desktop.
Save nolanlawson/c9d42d0a49130ae6922718608c921efb to your computer and use it in GitHub Desktop.
Tachometer config for Firefox/Chrome snap paths on Ubuntu
{
"browser": {
"name": "chrome",
"headless": true,
"binary": "/snap/chromium/current/usr/lib/chromium-browser/chrome"
}
}
{
"browser": {
"name": "firefox",
"headless": true,
"binary": "/snap/firefox/current/usr/lib/firefox/firefox"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment