summaryrefslogtreecommitdiffstats
path: root/.config/pipe-viewer
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-01-31 11:46:19 +0100
committerJoe <rrbo@proton.me>2023-01-31 11:46:19 +0100
commit7eabc900314cd93042f78123fe12ad2771050333 (patch)
treeb3f6129c0d01a403be68fb5ff156a21204b00ea4 /.config/pipe-viewer
parentup (diff)
downloaddotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.gz
dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.bz2
dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.xz
dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.zst
dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.zip
Pop update
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,