readme
[surf.git] / config.def.h
index 13fc1bc..441ac52 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 \
         } \
 }
 
@@ -216,4 +216,4 @@ static Button buttons[] = {
        { OnMedia,      MODKEY,         1,      clickexternplayer, { 0 },       1 },
 };
 
-#define HOMEPAGE "https://searx.danieliu.xyz/"
+#define HOMEPAGE "https://danieliu.xyz/"