mpv to 720 by default and tridactyl tweaks
This commit is contained in:
parent
0fd3495ff7
commit
c7cf72664f
6 changed files with 42 additions and 10 deletions
|
@ -2429,7 +2429,7 @@ config.bind("o", "set-cmd-text -s :open")
|
|||
|
||||
## Bindings for MPV and YTDL
|
||||
config.bind("v", "hint links spawn --detach mpv --force-window yes {hint-url}")
|
||||
config.bind("gv", "spawn --detach mpv --force-window yes {url}")
|
||||
config.bind("gv", "spawn --detach mpv --force-window yes --ytdl=bestvideo[height<=?720][fps<=?30]+bestaudio/best {url}")
|
||||
config.bind("gc", 'spawn org-capture "{url}"')
|
||||
config.bind(
|
||||
"gV",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures, file:///home/chris
|
||||
lastVisited=file:///home/chris/storage/digikam/Photos/Camera/Camera
|
||||
lastVisited=file:///home/chris
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue