X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=c323a6239242b33308ece360477d12b0497a2cde;hb=54df4608668bb5d71ba9e89ba46995bbf5ac6602;hp=aebf0ebf7a0e54cd391fab91a9956c151b6e3379;hpb=7d3d996a3dd355a6382c9976f9734e593daad26c;p=surf.git diff --git a/config.def.h b/config.def.h index aebf0eb..c323a62 100644 --- a/config.def.h +++ b/config.def.h @@ -5,13 +5,17 @@ static char *progress_trust = "#00FF00"; static char *stylefile = ".surf/style.css"; static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; -static time_t sessiontime = 0; +static time_t sessiontime = 3600; #define NOBACKGROUND 0 #define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \ "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 */