I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -12,12 +12,19 @@ settings:
|
|||
https://openweathermap.org: false
|
||||
content.media.audio_capture:
|
||||
https://jitsi.tfcconnection.org: true
|
||||
https://staff.tfcconnection.org: true
|
||||
content.media.audio_video_capture:
|
||||
global: ask
|
||||
https://jitsi.tfcconnection.org: true
|
||||
https://staff.tfcconnection.org: true
|
||||
content.media.video_capture:
|
||||
https://jitsi.tfcconnection.org: true
|
||||
https://staff.tfcconnection.org: true
|
||||
content.notifications.enabled:
|
||||
https://jelly.cochrun.xyz: true
|
||||
https://nc.cochrun.xyz: false
|
||||
https://staff.tfcconnection.org: true
|
||||
https://teams.microsoft.com: true
|
||||
https://toolbox.iskysoft.com: false
|
||||
https://www.facebook.com: false
|
||||
https://www.g2a.com: false
|
||||
|
|
|
@ -2482,7 +2482,7 @@ config.bind("o", "set-cmd-text -s :open")
|
|||
# config.bind('y', 'prompt-accept yes', mode='yesno')
|
||||
|
||||
## Bindings for MPV and YTDL
|
||||
config.bind("v", "hint links spawn --detach mpv --profile=fast --force-window yes {hint-url}")
|
||||
config.bind("v", 'hint links spawn --detach mpv --profile=fast --force-window yes "{hint-url}"')
|
||||
config.bind("gv", "spawn --detach mpv --profile=fast --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best \'{url}\'")
|
||||
config.bind("gc", 'spawn org-capture "{url}"')
|
||||
config.bind(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris, file:///home/chris/nextcloud/tfc/Documents
|
||||
lastVisited=file:///home/chris/nextcloud/tfc/Documents
|
||||
history=file:///home/chris, file:///home/chris/nextcloud/tfc/Documents, file:///home/chris/Videos, file:///home/chris/Downloads
|
||||
lastVisited=file:///home/chris/Downloads
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris, file:///home/chris/storage/tfc
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -23,3 +23,4 @@ tnc https://staff.tfcconnection.org/apps/dashboard/
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue