summaryrefslogtreecommitdiffstats
path: root/.local/bin/linkview
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-22 14:14:07 +0200
committerjoe <rbo@gmx.us>2025-08-22 14:14:07 +0200
commitf2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f (patch)
tree814905d53c94523ce7a169a3da8ae80bb8044f15 /.local/bin/linkview
parentup (diff)
downloaddotfiles-bsd-f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f.tar.gz
dotfiles-bsd-f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f.tar.bz2
dotfiles-bsd-f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f.tar.xz
dotfiles-bsd-f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f.tar.zst
dotfiles-bsd-f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f.zip
up
Diffstat (limited to '.local/bin/linkview')
-rwxr-xr-x.local/bin/linkview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index 5f181e9..d0d03ae 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -60,7 +60,7 @@ sub vid
'playing media',
' playing <b>' . $article_name . '</b>'
);
- if (system(TERMINAL_PATH, "-e", MPV_PATH, $url) != 0) {
+ if (system(MPV_PATH, $url) != 0) {
exec(
NOTIFYSEND_PATH,
'-u', 'critical',