X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=1110acc8a288db84e283cd535d5e2838fcd2770a;hb=11039e5e2b8cef231f49bef1175c4d4d94ee6ba3;hp=6c143ae682e2834b34be788fabbb4bfc869e9889;hpb=e9c9715f52afd3b4e3d512aea9d021e7e1980f63;p=surf.git diff --git a/config.def.h b/config.def.h index 6c143ae..1110acc 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,8 @@ static char *stylefile = ".surf/style.css"; static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; static char *dldir = ".surf/dl/"; -static time_t sessiontime = 3600; +static time_t sessiontime = 0; +#define NOBACKGROUND 0 #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \