Diverses modifs
This commit is contained in:
parent
5b24b274d9
commit
0709e13d8c
3 changed files with 9 additions and 3 deletions
|
@ -302,6 +302,9 @@ for_window [instance="newsboat"] move scratchpad
|
||||||
for_window [class="(?i)factorio"] border none
|
for_window [class="(?i)factorio"] border none
|
||||||
for_window [class="(?i)Rail Route.x86"] border none
|
for_window [class="(?i)Rail Route.x86"] border none
|
||||||
|
|
||||||
|
# Icons
|
||||||
|
for_window [all] title_window_icon on
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@ cscale=ewa_lanczossharp
|
||||||
video-sync=display-resample
|
video-sync=display-resample
|
||||||
|
|
||||||
# Interpolation
|
# Interpolation
|
||||||
#interpolation
|
interpolation
|
||||||
#tscale=oversample
|
tscale=oversample
|
||||||
|
|
||||||
# Codecs
|
# Codecs
|
||||||
hwdec=auto-copy
|
hwdec=auto-copy
|
||||||
|
@ -40,7 +40,7 @@ input-ipc-server=/tmp/mpvsocket
|
||||||
hr-seek-framedrop=yes
|
hr-seek-framedrop=yes
|
||||||
title=${?chapter:${chapter-metadata/by-key/title} | }${media-title} | mpv
|
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-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
|
osc=no
|
||||||
|
|
||||||
# YTDL
|
# YTDL
|
||||||
|
|
3
.local/bin/myt-dlp
Executable file
3
.local/bin/myt-dlp
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
yt-dlp -o"%(title)s.%(ext)s" "$@"
|
Loading…
Reference in a new issue