changeset: 210:61c5bce8fb48
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon May 24 21:23:39 2010 +0200
files: config.def.h
description:
implementing downloading.
diff -r 06e52088d556 -r 61c5bce8fb48 config.def.h
--- a/config.def.h Mon May 24 21:23:28 2010 +0200
+++ b/config.def.h Mon May 24 21:23:39 2010 +0200
@@ -8,13 +8,21 @@
static time_t sessiontime = 3600;
#define NOBACKGROUND 0
-#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \
+#define SETPROP(p, q) { \
+ .v = (char *[]){ "sh", "-c", \
"prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
"xprop -id $2 -f $1 8s -set $1 \"$prop\"", \
p, q, winid, NULL } }
+#define DOWNLOAD(p) { \
+ .v = (char *[]){ "/bin/sh", "-c", \
+ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | tr -d '\\''`\";" \
+ "xterm -e \"wget --load-cookies '~/.surf/cookies.txt' '$prop';\"", \
+ p, winid, NULL } }
+
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */
+ { MODKEY, GDK_s, spawn, DOWNLOAD("_SURF_HILIGHT") },
{ MODKEY|GDK_SHIFT_MASK,GDK_r, reload, { .b = TRUE } },
{ MODKEY, GDK_r, reload, { .b = FALSE } },
{ MODKEY|GDK_SHIFT_MASK,GDK_p, print, { 0 } },
Received on Mon May 24 2010 - 19:23:23 UTC
This archive was generated by hypermail 2.2.0 : Mon May 24 2010 - 19:24:05 UTC