I DONLT KNOW ANYMORE!!

This commit is contained in:
Chris Cochrun 2022-01-03 12:27:41 -06:00
parent 5729629ba7
commit ed8d575d18
18 changed files with 88 additions and 55 deletions

View file

@ -2162,7 +2162,7 @@ c.url.searchengines = {
## Default zoom level.
## Type: Perc
# c.zoom.default = '100%'
c.zoom.default = '100%'
## Available zoom levels.
## Type: List of Perc
@ -2494,6 +2494,8 @@ config.bind(
"hint links spawn alacritty -e yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --add-metadata -o ~/Music/%(title)s.%(ext)s {hint-url}",
)
config.bind("gt", 'hint links spawn --detach transadd "{hint-url}"')
config.bind('d', 'tab-close')
config.bind('b', 'set-cmd-text -s :tab-select ')