diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-11 14:57:44 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-11 14:57:44 +0200 |
commit | 91d04b15f0bb16d5b31ad92ea1e6a0066e589956 (patch) | |
tree | af35de36208bfe55eb09636544a633fdd4261564 /config.def.h | |
parent | b1e9a6e9ab195aef30595ad1fb64417c7879dcb0 (diff) | |
parent | 424936e96c375bbfc0c624ea213112520c71534f (diff) | |
download | surf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.tar.gz surf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.tar.bz2 surf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.zip |
merge
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`\" &&" \ |