aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/nuke
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nuke')
-rwxr-xr-xplugins/nuke4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 9487780..604777b 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -99,8 +99,8 @@ handle_pdf() {
}
handle_audio() {
- if which mocp >/dev/null 2>&1; then
- mocplay "${FPATH}" >/dev/null 2>&1
+ if which mocplay >/dev/null 2>&1; then
+ mocplay "${FPATH}" "opener" >/dev/null 2>&1
exit 0
elif which mpv >/dev/null 2>&1; then
mpv "${FPATH}" >/dev/null 2>&1 &