Created
June 5, 2021 23:23
-
-
Save theoparis/c1848d67a3f418fb52e4cb4dd143ce69 to your computer and use it in GitHub Desktop.
Qute browser config
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
config.bind("M", "hint links spawn mpv {hint-url}") | |
# Download a youtube video | |
config.bind("Z", "hint links spawn wezterm start -- youtube-dl {hint-url}") | |
config.set("colors.webpage.darkmode.enabled", True) | |
# Load config | |
config.load_autoconfig() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment