From: Enno Boland (tox) Date: Wed, 28 Oct 2009 21:22:20 +0000 (+0100) Subject: quoting fix reported by Evan Gates. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=c30a95c635bbd6a737096067e000993582ff75cf quoting fix reported by Evan Gates. --- 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[] = {