changing default value of NOBACKGROUND
This commit is contained in:
parent
f304d0af52
commit
8acc31bbde
|
@ -7,7 +7,7 @@ static char *scriptfile = ".surf/script.js";
|
||||||
static char *cookiefile = ".surf/cookies.txt";
|
static char *cookiefile = ".surf/cookies.txt";
|
||||||
static char *dldir = ".surf/dl/";
|
static char *dldir = ".surf/dl/";
|
||||||
static time_t sessiontime = 0;
|
static time_t sessiontime = 0;
|
||||||
#define NOBACKGROUND 0
|
#define NOBACKGROUND 1
|
||||||
|
|
||||||
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
|
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
|
||||||
"prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
|
"prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
|
||||||
|
|
Loading…
Reference in New Issue