- Get started
- Get started
- On startup: Open the New Tab Page
- New Tab Page
- New tab page shows: Blank page
- Get started
- Appearance
- Appearance
- Customize your toolbar
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
# | |
# On Capture Machine | |
# | |
# Linear Preview | |
arecord --device=hw:CARD=SB --channels=2 --format=S16_LE --rate=96000 linear_preview.wav | |
# Live Capture |
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
{ | |
"editor.wordWrapColumn": 96, | |
"editor.autoClosingBrackets": "never", | |
"editor.autoIndent": "advanced", | |
"editor.wrappingIndent": "indent", | |
"editor.minimap.maxColumn": 96, | |
"editor.acceptSuggestionOnCommitCharacter": false, | |
"editor.acceptSuggestionOnEnter": "off", | |
"editor.quickSuggestions": { | |
"other": false, |