diff --git a/.config/i3/config b/.config/i3/config index 68ff50a..40356f6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 1003f9e..8b0ffd5 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -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 diff --git a/.local/bin/myt-dlp b/.local/bin/myt-dlp new file mode 100755 index 0000000..c1ff775 --- /dev/null +++ b/.local/bin/myt-dlp @@ -0,0 +1,3 @@ +#!/bin/bash + +yt-dlp -o"%(title)s.%(ext)s" "$@"