diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-10-28 22:22:20 +0100 | 
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-10-28 22:22:20 +0100 | 
| commit | c30a95c635bbd6a737096067e000993582ff75cf (patch) | |
| tree | c9248faf4afaa9f832818ede51f3758e6f74b45a | |
| parent | ae42cfde8f162a0104425eae0cda61294bfb9303 (diff) | |
| download | surf-c30a95c635bbd6a737096067e000993582ff75cf.tar.gz surf-c30a95c635bbd6a737096067e000993582ff75cf.tar.bz2 surf-c30a95c635bbd6a737096067e000993582ff75cf.zip  | |
quoting fix reported by Evan Gates.
| -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 42aad51..ac6571a 100644 --- a/config.def.h +++ b/config.def.h @@ -9,7 +9,7 @@ static char *dldir          = ".surf/dl";  static time_t sessiontime   = 3600;  #define SETPROP(p)       { .v = (char *[]){ "/bin/sh", "-c", \ -	"xprop -id $1 -f $0 8s -set $0 `echo -n | dmenu || exit 0`", \ +	"xprop -id $1 -f $0 8s -set $0 \"`echo -n | dmenu || exit 0`\"", \  	p, winid, NULL } }  #define MODKEY GDK_CONTROL_MASK  static Key keys[] = {  | 
