summaryrefslogtreecommitdiffstats
path: root/.config/pipe-viewer
diff options
context:
space:
mode:
Diffstat (limited to '.config/pipe-viewer')
-rw-r--r--.config/pipe-viewer/gtk-pipe-viewer.conf2
-rw-r--r--.config/pipe-viewer/pipe-viewer.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/pipe-viewer/gtk-pipe-viewer.conf b/.config/pipe-viewer/gtk-pipe-viewer.conf
index 8838f4a..e6eb8c9 100644
--- a/.config/pipe-viewer/gtk-pipe-viewer.conf
+++ b/.config/pipe-viewer/gtk-pipe-viewer.conf
@@ -68,7 +68,7 @@ our $CONFIG = {
mpv => {
arg => "--really-quiet --force-media-title=*TITLE* *VIDEO*",
audio => "--audio-file=*AUDIO*",
- cmd => "/usr/local/bin/mpv",
+ cmd => "mpv",
fs => "--fullscreen",
srt => "--sub-file=*SUB*",
},
diff --git a/.config/pipe-viewer/pipe-viewer.conf b/.config/pipe-viewer/pipe-viewer.conf
index df1ff80..1fcc063 100644
--- a/.config/pipe-viewer/pipe-viewer.conf
+++ b/.config/pipe-viewer/pipe-viewer.conf
@@ -102,7 +102,7 @@ our $CONFIG = {
mpv => {
arg => "--really-quiet --force-media-title=*TITLE* *VIDEO*",
audio => "--audio-file=*AUDIO*",
- cmd => "/usr/local/bin/mpv",
+ cmd => "mpv",
fs => "--fullscreen",
novideo => "--no-video",
srt => "--sub-file=*SUB*",
@@ -124,7 +124,7 @@ our $CONFIG = {
youtube_playlist_url => "https://www.youtube.com/playlist?list=%s",
youtube_video_url => "https://www.youtube.com/watch?v=%s",
ytdl => 1,
- ytdl_cmd => "/usr/local/bin/yt-dlp",
+ ytdl_cmd => "/usr/bin/yt-dlp",
ytdlp_comments => 0,
ytdlp_max_comments => 10,
ytdlp_max_replies => 3,