X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=47925700f6872b907b7300b3befdfab8fdf414c1;hb=b1e9a6e9ab195aef30595ad1fb64417c7879dcb0;hp=6c143ae682e2834b34be788fabbb4bfc869e9889;hpb=0fb97666ec12c10bcb8feb14bcc86a32dcdee8a9;p=surf.git diff --git a/config.def.h b/config.def.h index 6c143ae..4792570 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 1 #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \