a lot of laptop changes
This commit is contained in:
parent
8e179c3910
commit
9a725dcc03
35 changed files with 275 additions and 180 deletions
|
@ -1059,7 +1059,7 @@ c.content.headers.do_not_track = True
|
|||
## setting with a URL pattern instead. Local domains are always exempt
|
||||
## from hostblocking.
|
||||
## Type: List of UrlPattern
|
||||
# c.content.host_blocking.whitelist = []
|
||||
c.content.blocking.whitelist = ['https://staff.tfcconnection.org']
|
||||
|
||||
## Enable hyperlink auditing (`<a ping>`).
|
||||
## Type: Bool
|
||||
|
@ -2487,11 +2487,11 @@ config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=b
|
|||
config.bind("gc", 'spawn org-capture "{url}"')
|
||||
config.bind(
|
||||
"gV",
|
||||
"hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}",
|
||||
"hint links spawn alacritty -e yt-dlp -o ~/Videos/%(title)s.%(ext)s {hint-url}",
|
||||
)
|
||||
config.bind(
|
||||
"ga",
|
||||
"hint links spawn alacritty -e youtube-dl -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --add-metadata -o ~/Music/%(title)s.%(ext)s {hint-url}",
|
||||
"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}",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue