summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',