From 1f04725ac4e99f377d90b21e487a5d019fafda08 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Sat, 9 Jan 2021 13:39:27 -0500 Subject: [PATCH 1/1] added vid notification --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 13fc1bc..bb2b4a9 100644 --- a/config.def.h +++ b/config.def.h @@ -106,7 +106,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | /* VIDEOPLAY(URI) */ #define VIDEOPLAY(u) {\ .v = (const char *[]){ "/bin/sh", "-c", \ - "mpv --really-quiet \"$0\"", u, NULL \ + "notify-send 'Opening video in mpv...' & mpv --really-quiet \"$0\"", u, NULL \ } \ } -- 2.20.1