X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=33f41c28c64163b338d20d992b3453a9be59e2bc;hb=ca1c7f434bbf40a0ed65591910d81f13445c2db0;hp=aebf0ebf7a0e54cd391fab91a9956c151b6e3379;hpb=d46697044e585b5bc37b98fcdd8253c6f48e203d;p=surf.git diff --git a/config.def.h b/config.def.h index aebf0eb..33f41c2 100644 --- a/config.def.h +++ b/config.def.h @@ -12,6 +12,10 @@ static time_t sessiontime = 0; "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \ "xprop -id $2 -f $1 8s -set $1 \"$prop\"", \ p, q, winid, NULL } } +#define DOWNLOAD(d) { \ + .v = (char *[]){ "/bin/sh", "-c", \ + "xterm -e \"wget --load-cookies ~/.surf/cookies.txt '$0';\"", \ + d, NULL } } #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */