mpv to 720 by default and tridactyl tweaks
This commit is contained in:
parent
0fd3495ff7
commit
c7cf72664f
|
@ -2,10 +2,43 @@
|
||||||
contrastOpacity=175
|
contrastOpacity=175
|
||||||
contrastUiColor=#db8800
|
contrastUiColor=#db8800
|
||||||
disabledTrayIcon=true
|
disabledTrayIcon=true
|
||||||
drawColor=#0e8f17
|
drawColor=#00ffff
|
||||||
drawThickness=77
|
drawThickness=75
|
||||||
saveAfterCopy=true
|
saveAfterCopy=true
|
||||||
saveAfterCopyPath=/home/chris/Pictures
|
saveAfterCopyPath=/home/chris/Pictures
|
||||||
savePath=/home/chris/Pictures
|
savePath=/home/chris/Pictures
|
||||||
startupLaunch=false
|
startupLaunch=false
|
||||||
uiColor=#00a6d1
|
uiColor=#00a6d1
|
||||||
|
|
||||||
|
[Shortcuts]
|
||||||
|
TYPE_ARROW=A
|
||||||
|
TYPE_CIRCLE=C
|
||||||
|
TYPE_CIRCLECOUNT=
|
||||||
|
TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return
|
||||||
|
TYPE_COPY=Ctrl+C
|
||||||
|
TYPE_DRAWER=D
|
||||||
|
TYPE_EXIT=Ctrl+Q
|
||||||
|
TYPE_IMAGEUPLOADER=Return
|
||||||
|
TYPE_MARKER=M
|
||||||
|
TYPE_MOVESELECTION=Ctrl+M
|
||||||
|
TYPE_MOVE_DOWN=Down
|
||||||
|
TYPE_MOVE_LEFT=Left
|
||||||
|
TYPE_MOVE_RIGHT=Right
|
||||||
|
TYPE_MOVE_UP=Up
|
||||||
|
TYPE_OPEN_APP=Ctrl+O
|
||||||
|
TYPE_PENCIL=P
|
||||||
|
TYPE_PIN=
|
||||||
|
TYPE_PIXELATE=B
|
||||||
|
TYPE_RECTANGLE=R
|
||||||
|
TYPE_REDO=Ctrl+Shift+Z
|
||||||
|
TYPE_RESIZE_DOWN=Shift+Down
|
||||||
|
TYPE_RESIZE_LEFT=Shift+Left
|
||||||
|
TYPE_RESIZE_RIGHT=Shift+Right
|
||||||
|
TYPE_RESIZE_UP=Shift+Up
|
||||||
|
TYPE_SAVE=Ctrl+S
|
||||||
|
TYPE_SELECTION=S
|
||||||
|
TYPE_SELECTIONINDICATOR=
|
||||||
|
TYPE_SELECT_ALL=Ctrl+A
|
||||||
|
TYPE_TEXT=T
|
||||||
|
TYPE_TOGGLE_PANEL=Space
|
||||||
|
TYPE_UNDO=Ctrl+Z
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
vo=gpu
|
vo=gpu
|
||||||
af=scaletempo2
|
af=scaletempo2
|
||||||
speed=1.95
|
speed=1.95
|
||||||
autofit=70%
|
autofit=75%
|
||||||
geometry=50%:50%
|
geometry=50%:50%
|
||||||
input-ipc-server="/tmp/mpvsocket"
|
input-ipc-server="/tmp/mpvsocket"
|
||||||
|
|
||||||
[ytdl]
|
ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best
|
||||||
ytdl-format="bestvideo[height<=720]+bestaudio/best"
|
|
||||||
|
|
|
@ -2429,7 +2429,7 @@ config.bind("o", "set-cmd-text -s :open")
|
||||||
|
|
||||||
## Bindings for MPV and YTDL
|
## Bindings for MPV and YTDL
|
||||||
config.bind("v", "hint links spawn --detach mpv --force-window yes {hint-url}")
|
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("gc", 'spawn org-capture "{url}"')
|
||||||
config.bind(
|
config.bind(
|
||||||
"gV",
|
"gV",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[FileDialog]
|
[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
|
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
|
qtVersion=5.15.2
|
||||||
shortcuts=file:, file:///home/chris
|
shortcuts=file:, file:///home/chris
|
||||||
sidebarWidth=116
|
sidebarWidth=116
|
||||||
|
|
|
@ -16,7 +16,7 @@ _pwgen () {
|
||||||
# qrencode is needed to generate the image and a viewer
|
# qrencode is needed to generate the image and a viewer
|
||||||
# that can read from pipes. Known viewers to work are feh and display
|
# that can read from pipes. Known viewers to work are feh and display
|
||||||
_image_viewer () {
|
_image_viewer () {
|
||||||
sxiv -
|
sxiv
|
||||||
# display
|
# display
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,8 +137,8 @@
|
||||||
border: 1px var(--base0D) solid !important;
|
border: 1px var(--base0D) solid !important;
|
||||||
font-size: 7pt !important;
|
font-size: 7pt !important;
|
||||||
/*font-weight: 200 !important;*/
|
/*font-weight: 200 !important;*/
|
||||||
padding: 0.3ex !important;
|
padding: 0.1ex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#completions .focused { background: var(--base0B);
|
#completions .focused { background: var(--base0B);
|
||||||
color: var(--base00);
|
color: var(--base00);
|
||||||
|
|
Loading…
Reference in a new issue