added vid notification
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Sat, 9 Jan 2021 18:39:27 +0000 (13:39 -0500)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Sat, 9 Jan 2021 18:39:27 +0000 (13:39 -0500)
config.def.h

index 13fc1bc..bb2b4a9 100644 (file)
@@ -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 \
         } \
 }