From 8acc31bbde28b79be906269c0dbcc59974bbb800 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Sun, 9 May 2010 22:46:22 +0200 Subject: [PATCH] changing default value of NOBACKGROUND --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1110acc..4792570 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; static char *dldir = ".surf/dl/"; static time_t sessiontime = 0; -#define NOBACKGROUND 0 +#define NOBACKGROUND 1 #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \ -- 2.20.1