Sort configs alphabetically

This commit is contained in:
Dmitry Zakharchenko 2022-10-14 20:45:25 +03:00
parent d3cf190f06
commit 4a00495ae2
9 changed files with 59 additions and 58 deletions

View File

@ -1,8 +1,8 @@
# -*- conf -*-
selection-target=clipboard
initial-window-size-chars=80x24
pad=2x2
selection-target=clipboard
[url]
launch=xdg-open ${url}
@ -28,23 +28,23 @@ bright6=d27b53 # bright cyan
bright7=f2f0ec # bright white
[key-bindings]
scrollback-up-page=Mod1+Shift+u
scrollback-down-page=Mod1+Shift+d
scrollback-up-half-page=Mod1+u
scrollback-down-half-page=Mod1+d
scrollback-up-line=Mod1+k
scrollback-down-line=Mod1+j
clipboard-copy=Mod1+c
clipboard-paste=Mod1+v
search-start=Mod1+slash
font-increase=Mod1+Shift+k
font-decrease=Mod1+Shift+j
font-increase=Mod1+Shift+k
font-reset=Mod1+0
show-urls-launch=Mod1+l
scrollback-down-half-page=Mod1+d
scrollback-down-line=Mod1+j
scrollback-down-page=Mod1+Shift+d
scrollback-up-half-page=Mod1+u
scrollback-up-line=Mod1+k
scrollback-up-page=Mod1+Shift+u
search-start=Mod1+slash
show-urls-copy=Mod1+y
show-urls-launch=Mod1+l
[search-bindings]
find-prev=Mod1+Shift+n
find-next=Mod1+n
find-prev=Mod1+Shift+n
# vim: ft=dosini

View File

@ -3,13 +3,13 @@ background = 1a1a1a
overlay_font = Monospace:10
[binds]
<equal> = zoom 1
0 = reset
<Shift+K> = prev
<Shift+J> = next
<Back> = prev
<Down> = pan 0 -50
<Forward> = next
<Left> = pan 50 0
<Right> = pan -50 0
<Shift+J> = next
<Shift+K> = prev
<Up> = pan 0 50
<Down> = pan 0 -50
<Back> = prev
<Forward> = next
<equal> = zoom 1

View File

@ -1,7 +1,7 @@
font=monospace 9
background-color=#1a1a1a
text-color=#f2f0ec
border-color=#005577
border-size=1
text-alignment=center
default-timeout=5000
font=monospace 9
text-alignment=center
text-color=#f2f0ec

View File

@ -4,9 +4,9 @@ music_directory "~/music"
auto_update "yes"
bind_to_address "localhost"
max_output_buffer_size "16384"
port "6600"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
type "pulse"

View File

@ -1,13 +1,13 @@
l seek 5
- add volume -5
= add volume 5
A cycle audio
H add chapter -1
L add chapter 1
S cycle sub
h seek -5
j seek -60
k seek 60
L add chapter 1
H add chapter -1
S cycle sub
A cycle audio
= add volume 5
- add volume -5
z add sub-delay -1
l seek 5
x add sub-delay +1
z add sub-delay -1
tab script-message osc-chapterlist 2 ; show-text "${osd-ass-cc/0}{\\an9}${osd-ass-cc/1}${chapter}"

View File

@ -1,6 +1,6 @@
ytdl-format="bestvideo[height<=?720]+bestaudio/best"
vo=gpu
alang=eng,rus
slang=rus,eng
alang=eng
audio-file-auto=fuzzy
slang=eng
sub-auto=fuzzy
vo=gpu
ytdl-format="bestvideo[height<=?720]+bestaudio/best"

View File

@ -1,20 +1,20 @@
horizontal = true
anchor = top
width = 100%
outline-width = 0
border-width = 0
min-input-width = 120
height = 18
result-spacing = 20
background-color = #222222
text-color = #bbbbbb
selection-background = #005577
selection-color = #f2f0ec
border-width = 0
font = Monospace
font-size = 8
prompt-text = ">"
prompt-padding = 10
padding-top = 2
height = 18
horizontal = true
min-input-width = 120
outline-width = 0
padding-bottom = 2
padding-left = 5
padding-top = 2
prompt-padding = 10
prompt-text = ">"
result-spacing = 20
selection-background = #005577
selection-color = #f2f0ec
selection-padding = 8
text-color = #bbbbbb
width = 100%

View File

@ -1,5 +1,6 @@
-o $XDG_DOWNLOAD_DIR/%(title)s.%(ext)s
-f bestvideo[height<=?720]+bestaudio/best
-S "codec:h264"
--embed-subs
--embed-metadata
--embed-subs
--ignore-errors

View File

@ -1,15 +1,15 @@
set sandbox none
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map K zoom in
map R rotate
map d scroll half-down
map g goto top
map i recolor
map p print
map g goto top
map r reload
map u scroll half-up
set page-padding 1
set sandbox none
set selection-clipboard clipboard
set statusbar-h-padding 0
set statusbar-v-padding 0