Add a variable in config.def.h for configuring spatial browsing.

This commit is contained in:
Troels Henriksen
2012-01-17 13:58:04 +01:00
parent e75753775f
commit 7c7a3b58cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ static time_t sessiontime = 3600;
static char *cafile = "/etc/ssl/certs/ca-certificates.crt";
static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
#define HIDE_BACKGROUND FALSE
#define SPATIAL_BROWSING TRUE
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
"prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \