quoting fix reported by Evan Gates.

This commit is contained in:
Enno Boland (tox) 2009-10-28 22:22:20 +01:00
parent ae42cfde8f
commit c30a95c635

View file

@ -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[] = {