summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 05bc541..47943cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,9 +11,6 @@ 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`", \
p, winid, NULL } }
-
- /*"set -x;a=`dmenu < $1 | tee -a $1`; echo >> $1;" \
- //"xprop -f $2 8s -id $3 -set $2 \"$a\"", f, p, winid, NULL } } */
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */
g'> 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.