summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-21 11:50:59 +0200
committerjoe <rbo@gmx.us>2025-08-21 11:50:59 +0200
commit018e7eb2c55290eb99623134eaa282773e220041 (patch)
tree19c928cce6907c8b027031a1f98b8047470d50ab /.local/bin
parentup (diff)
downloaddotfiles-bsd-018e7eb2c55290eb99623134eaa282773e220041.tar.gz
dotfiles-bsd-018e7eb2c55290eb99623134eaa282773e220041.tar.bz2
dotfiles-bsd-018e7eb2c55290eb99623134eaa282773e220041.tar.xz
dotfiles-bsd-018e7eb2c55290eb99623134eaa282773e220041.tar.zst
dotfiles-bsd-018e7eb2c55290eb99623134eaa282773e220041.zip
up
Diffstat (limited to '')
-rwxr-xr-x.local/bin/linkview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index 349d5c8..67c227d 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -81,7 +81,7 @@ sub open_link
'playing media',
' playing <b>' . $article_name . '</b>'
);
- if (system(MPV_PATH, $url) != 0) {
+ if (system(TERMINAL_PATH, "-e", MPV_PATH, $url) != 0) {
exec(
NOTIFYSEND_PATH,
'-u', 'critical',