Skip to content

Instantly share code, notes, and snippets.

@theoparis
Created June 5, 2021 23:23
Show Gist options
  • Save theoparis/c1848d67a3f418fb52e4cb4dd143ce69 to your computer and use it in GitHub Desktop.
Save theoparis/c1848d67a3f418fb52e4cb4dd143ce69 to your computer and use it in GitHub Desktop.
Qute browser config
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