Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.
Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.
If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
| hs.hotkey.bind({}, "F15", function() | |
| local app = hs.application.get("kitty") | |
| if app then | |
| if not app:mainWindow() then | |
| app:selectMenuItem({"kitty", "New OS window"}) | |
| elseif app:isFrontmost() then | |
| app:hide() | |
| else | |
| app:activate() |