X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=32ef407986315b85a589404628b658e7468a3daf;hb=954a7181970f61acd54ce82cdff4195e72530db1;hp=6d62c98ad1fb54ae768835925079f4d7c6d1a76e;hpb=26eb2f761c70036bae3a4ee866adb21e9dd97695;p=surf.git diff --git a/config.def.h b/config.def.h index 6d62c98..32ef407 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,13 @@ 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 \ + } \ +} + /* styles */ /* * The iteration will stop at the first match, beginning at the beginning of @@ -142,4 +149,5 @@ static Button buttons[] = { { OnLink, MODKEY, 1, clicknewwindow, { .b = 1 }, 1 }, { OnAny, 0, 8, clicknavigate, { .i = -1 }, 1 }, { OnAny, 0, 9, clicknavigate, { .i = +1 }, 1 }, + { OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 }, };