a lot of laptop changes
This commit is contained in:
parent
8e179c3910
commit
9a725dcc03
35 changed files with 275 additions and 180 deletions
|
@ -6,15 +6,19 @@
|
|||
|
||||
config_version: 2
|
||||
settings:
|
||||
colors.webpage.darkmode.enabled:
|
||||
global: true
|
||||
content.desktop_capture:
|
||||
https://jitsi.tfcconnection.org: true
|
||||
content.geolocation:
|
||||
https://openweathermap.org: false
|
||||
https://staff.tfcconnection.org: true
|
||||
content.media.audio_capture:
|
||||
https://jitsi.tfcconnection.org: true
|
||||
https://staff.tfcconnection.org: true
|
||||
content.media.audio_video_capture:
|
||||
global: ask
|
||||
https://jitsi.riot.im: false
|
||||
https://jitsi.tfcconnection.org: true
|
||||
https://staff.tfcconnection.org: true
|
||||
content.media.video_capture:
|
||||
|
@ -32,8 +36,10 @@ settings:
|
|||
https://www.websitebuilderexpert.com: false
|
||||
https://www.youtube.com: false
|
||||
content.register_protocol_handler:
|
||||
https://calendar.google.com?cid=%25s: false
|
||||
https://outlook.live.com?mailtouri=%25s: false
|
||||
https://outlook.office.com?mailtouri=%25s: false
|
||||
https://staff.tfcconnection.org: true
|
||||
tabs.show:
|
||||
global: always
|
||||
zoom.default:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
https://yewtu.be/feed/subscriptions Subscriptions - YewTube
|
||||
https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b Dashboard - Microsoft Azure
|
||||
https://asciiflow.com/#/ ASCIIFlow
|
||||
https://photos.cochrun.xyz/people/new PhotoPrism: People
|
||||
|
|
|
@ -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}",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris, file:///home/chris/nextcloud/tfc/Documents, file:///home/chris/Downloads, file:///home/chris/Pictures
|
||||
lastVisited=file:///home/chris/Pictures
|
||||
history=@Invalid()
|
||||
lastVisited=file:///home/chris/
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris, file:///home/chris/storage/tfc
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -24,3 +24,5 @@ nc https://nc.cochrun.xyz/apps/files/
|
|||
oml https://outlook.live.com/mail/0/inbox
|
||||
stb https://table.tfcconnection.org/
|
||||
tms https://teams.microsoft.com/_#/conversations/General
|
||||
n8n https://n8n.tfcconnection.org/workflow
|
||||
stbdocs https://api.seatable.io/#intro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue