summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-22 16:02:33 +0200
committerjoe <rbo@gmx.us>2025-08-22 16:02:33 +0200
commit754f6c8d027db2dd973e729ae755d0fae6c8f929 (patch)
treeac04b257987bb70e4751bcd69f4876191c4d4205 /.local
parentup (diff)
downloaddotfiles-bsd-754f6c8d027db2dd973e729ae755d0fae6c8f929.tar.gz
dotfiles-bsd-754f6c8d027db2dd973e729ae755d0fae6c8f929.tar.bz2
dotfiles-bsd-754f6c8d027db2dd973e729ae755d0fae6c8f929.tar.xz
dotfiles-bsd-754f6c8d027db2dd973e729ae755d0fae6c8f929.tar.zst
dotfiles-bsd-754f6c8d027db2dd973e729ae755d0fae6c8f929.zip
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/linkview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index d0d03ae..2d4fc9f 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -60,7 +60,7 @@ sub vid
'playing media',
' playing <b>' . $article_name . '</b>'
);
- if (system(MPV_PATH, $url) != 0) {
+ if (system(MPV_PATH, "--force-window=yes", $url) != 0) {
exec(
NOTIFYSEND_PATH,
'-u', 'critical',