summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-11-08 23:45:11 +0100
committerEnno Boland (tox) <tox@s01.de>2009-11-08 23:45:11 +0100
commitb57eca1a2bf1a65899866753cf9f8488223a2b47 (patch)
tree539bc6ec2844a389c7c4c2f356433037cd0fc152 /config.def.h
parentc0510b0cc9de66db2050c53197588851ac8808a3 (diff)
downloadsurf-b57eca1a2bf1a65899866753cf9f8488223a2b47.tar.gz
surf-b57eca1a2bf1a65899866753cf9f8488223a2b47.tar.bz2
surf-b57eca1a2bf1a65899866753cf9f8488223a2b47.zip
SETPROP() macro shows now the current value in dwm.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 245b952..493570b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,8 +9,8 @@ static char *dldir = ".surf/dl";
static time_t sessiontime = 3600;
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
- "prop=\"`dmenu < /dev/null`\" &&" \
- "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \
+ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
+ "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \
p, winid, NULL } }
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {