about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2012-01-17 13:58:04 +0100
committerTroels Henriksen <athas@sigkill.dk>2012-01-17 13:58:04 +0100
commit7c7a3b58cfd096ec546011df316828211adf6631 (patch)
treed00fac64f9e8aa2d6cd10344e143cdcb65745bda /config.def.h
parentStatus message patch from Jeremy Jackins and skls. (diff)
downloadsurf-7c7a3b58cfd096ec546011df316828211adf6631.tar.gz
surf-7c7a3b58cfd096ec546011df316828211adf6631.tar.bz2
surf-7c7a3b58cfd096ec546011df316828211adf6631.zip
Add a variable in config.def.h for configuring spatial browsing.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a52fe1c..9917b76 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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`\" &&" \