diff options
author | pancake <nopcode.org> | 2010-05-09 22:51:26 +0200 |
---|---|---|
committer | pancake <nopcode.org> | 2010-05-09 22:51:26 +0200 |
commit | 424936e96c375bbfc0c624ea213112520c71534f (patch) | |
tree | c2757d6ce6bb8c40bb22caf78f46cad89feb0181 /config.def.h | |
parent | 8acc31bbde28b79be906269c0dbcc59974bbb800 (diff) | |
download | surf-424936e96c375bbfc0c624ea213112520c71534f.tar.gz surf-424936e96c375bbfc0c624ea213112520c71534f.tar.bz2 surf-424936e96c375bbfc0c624ea213112520c71534f.zip |
Fix NOBACKGROUND meaning
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 4792570..1110acc 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 1 +#define NOBACKGROUND 0 #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \ |