Last active
September 9, 2024 05:34
-
-
Save nolanlawson/c9d42d0a49130ae6922718608c921efb to your computer and use it in GitHub Desktop.
Tachometer config for Firefox/Chrome snap paths on Ubuntu
This file contains 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
{ | |
"browser": { | |
"name": "chrome", | |
"headless": true, | |
"binary": "/snap/chromium/current/usr/lib/chromium-browser/chrome" | |
} | |
} |
This file contains 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
{ | |
"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