Diverses modifs

This commit is contained in:
Breizh 2022-09-24 18:10:37 +02:00
parent 20f39963fe
commit fda9287cf5
3 changed files with 9 additions and 3 deletions

View File

@ -302,6 +302,9 @@ for_window [instance="newsboat"] move scratchpad
for_window [class="(?i)factorio"] border none
for_window [class="(?i)Rail Route.x86"] border none
# Icons
for_window [all] title_window_icon on
# reload the configuration file
bindsym $mod+Shift+c reload

View File

@ -5,8 +5,8 @@ cscale=ewa_lanczossharp
video-sync=display-resample
# Interpolation
#interpolation
#tscale=oversample
interpolation
tscale=oversample
# Codecs
hwdec=auto-copy
@ -40,7 +40,7 @@ input-ipc-server=/tmp/mpvsocket
hr-seek-framedrop=yes
title=${?chapter:${chapter-metadata/by-key/title} | }${media-title} | mpv
#osd-msg3=${media-title}${?chapter:\n ${chapter-metadata/by-key/title}}\n${time-pos} / ${playtime-remaining}
osd-font-size=25
#osd-font-size=25
osc=no
# YTDL

3
.local/bin/myt-dlp Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
yt-dlp -o"%(title)s.%(ext)s" "$@"