diff options
author | joe <rbo@gmx.us> | 2025-08-22 14:14:07 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-22 14:14:07 +0200 |
commit | f2f553fa47b3ae4e1d0ac7c64cdef9771b2ff80f (patch) | |
tree | 814905d53c94523ce7a169a3da8ae80bb8044f15 | |
parent | up (diff) | |
download | dotfiles-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 '')
-rwxr-xr-x | .local/bin/linkview | 2 |
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', |