a
This commit is contained in:
@@ -6,7 +6,8 @@ abbr m mkdir
|
|||||||
abbr o open
|
abbr o open
|
||||||
abbr t trash put
|
abbr t trash put
|
||||||
# abbr m mpv
|
# abbr m mpv
|
||||||
abbr mm -- mpv --shuffle \$XDG_MUSIC_DIR
|
abbr ma -- mpv --profile=anime .
|
||||||
|
abbr mm -- mpv --profile=music --shuffle \$XDG_MUSIC_DIR
|
||||||
|
|
||||||
abbr lg lazygit
|
abbr lg lazygit
|
||||||
# abbr dots -- git --git-dir \~/.dotfiles/ --work-tree \~
|
# abbr dots -- git --git-dir \~/.dotfiles/ --work-tree \~
|
||||||
|
|||||||
@@ -150,8 +150,8 @@ bind = SHIFT, T, exec, killall Telegram
|
|||||||
bind = SHIFT, T, submap, reset
|
bind = SHIFT, T, submap, reset
|
||||||
bind =, S, exec, killall signal-desktop || signal-desktop
|
bind =, S, exec, killall signal-desktop || signal-desktop
|
||||||
bind =, S, submap, reset
|
bind =, S, submap, reset
|
||||||
# bind =, M, exec, nheko
|
bind =, M, exec, mpv --force-window --idle
|
||||||
# bind =, M, submap, reset
|
bind =, M, submap, reset
|
||||||
bind =, E, exec, kitty helix
|
bind =, E, exec, kitty helix
|
||||||
bind =, E, submap, reset
|
bind =, E, submap, reset
|
||||||
bind =, N, exec, nheko
|
bind =, N, exec, nheko
|
||||||
|
|||||||
+36
-17
@@ -1,28 +1,47 @@
|
|||||||
# volume=50
|
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
|
|
||||||
|
cache=yes
|
||||||
|
cache-pause
|
||||||
|
demuxer-max-bytes=4GiB
|
||||||
|
demuxer-max-back-bytes=8GiB
|
||||||
|
force-seekable
|
||||||
|
|
||||||
ytdl-format=bestvideo[height<=?1080][vcodec!=?av01]+bestaudio/best
|
ytdl-format=bestvideo[height<=?1080][vcodec!=?av01]+bestaudio/best
|
||||||
|
|
||||||
|
# keep-open=yes
|
||||||
|
|
||||||
|
screenshot-format=png
|
||||||
|
screenshot-png-compression=7
|
||||||
|
|
||||||
|
profile=gpu-hq
|
||||||
|
|
||||||
|
|
||||||
|
[music]
|
||||||
|
profile-desc="listening to music"
|
||||||
|
volume=50
|
||||||
|
resume-playback=no
|
||||||
|
save-watch-history
|
||||||
|
|
||||||
|
|
||||||
|
[anime]
|
||||||
|
profile-desc="watching anime"
|
||||||
|
|
||||||
|
alang=jpn,ja
|
||||||
|
audio-file-auto=fuzzy
|
||||||
# sub-pos=10
|
# sub-pos=10
|
||||||
|
slang=eng,en
|
||||||
|
sub-auto=fuzzy
|
||||||
|
|
||||||
|
resume-playback
|
||||||
|
save-position-on-quit
|
||||||
|
ignore-path-in-watch-later-config
|
||||||
|
write-filename-in-watch-later-config
|
||||||
|
save-watch-history
|
||||||
|
|
||||||
|
|
||||||
# sub-visibility=yes
|
|
||||||
# sub-auto=fuzzy
|
|
||||||
# alang=jpn
|
|
||||||
# slang=jpn
|
|
||||||
# audio-file-auto=fuzzy
|
|
||||||
# save-position-on-quit=yes
|
|
||||||
# autofit-larger=100%x100%
|
# autofit-larger=100%x100%
|
||||||
# geometry=50%:50%
|
# geometry=50%:50%
|
||||||
# sid=10,1
|
# sid=10,1
|
||||||
# ontop
|
# ontop
|
||||||
# osd-on-seek=no
|
# osd-on-seek=no
|
||||||
# cache-pause
|
|
||||||
# cache=yes
|
|
||||||
# demuxer-max-back-bytes=500000MiB
|
|
||||||
# demuxer-max-bytes=500000MiB
|
|
||||||
# force-seekable=yes
|
|
||||||
# keep-open=yes
|
|
||||||
# script-opts=ytdl_hook-ytdl_path=yt-dlp
|
# script-opts=ytdl_hook-ytdl_path=yt-dlp
|
||||||
# #Basic quality profile which sets some settings (Highly recommended)
|
|
||||||
# profile=gpu-hq
|
|
||||||
# #Higher value means better quality
|
|
||||||
# screenshot-jpeg-quality=95
|
|
||||||
|
|||||||
Reference in New Issue
Block a user