X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;fp=config.def.h;h=bb2b4a93c213c0b9915b4174f39b0c95f15758e3;hp=13fc1bc2bfbae5bae18a0879bcc54a0c0fb82d03;hb=1f04725ac4e99f377d90b21e487a5d019fafda08;hpb=72972094bab647bd062cffbbf42de3b2f204ca06 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 \ } \ }