summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
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 cc526a3..a52fe1c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,11 +15,11 @@ static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
"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(d, u) { \
+#define DOWNLOAD(d) { \
.v = (char *[]){ "/bin/sh", "-c", \
"xterm -e \"wget '$0' \
--load-cookies ~/.surf/cookies.txt \
---user-agent '$1' ; sleep 5\"", d, u, NULL } }
+--user-agent '$1' ; sleep 5\"", d, useragent, NULL } }
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */
low=1'>rearranging config.def.hGravatar Enno Boland (tox) 1-22/+22 2009-09-07fixing numlock bug.Gravatar Enno Boland (tox) 1-1/+3 2009-09-07using gint instead of int (insane API, but ok.)Gravatar Enno Boland (tox) 1-19/+12 2009-09-07using simple strings for colors in config.hGravatar Enno Boland (tox) 2-6/+6 2009-09-07changing keybindingsGravatar Enno Boland (tox) 1-16/+15 2009-09-07changing minimal size.Gravatar Enno Boland (tox) 1-1/+1 2009-09-07next version is 0.1Gravatar Enno Boland (tox) 1-1/+1 2009-09-07moving config.h to config.def.h.Gravatar Enno Boland (tox) 2-11/+15 2009-09-07moving color definitions to config.hGravatar Enno Boland (tox) 2-4/+5 2009-09-07indicator is red when http and green when httpsGravatar Enno Boland (tox) 1-1/+15 2009-09-07making indicator smaller.Gravatar Enno Boland (tox) 1-1/+1 2009-09-07typoGravatar Enno Boland (tox) 1-2/+2 2009-09-07adding indicator bar.Gravatar Enno Boland (tox) 1-11/+46 2009-09-07s/zoompage/zoom/Gravatar Enno Boland (tox) 2-5/+6 2009-09-07typo fixGravatar Enno Boland (tox) 1-1/+1 2009-09-07changes to the event system, make config.h saner, working on cookiesGravatar Enno Boland (tox) 2-96/+63 2009-09-06typofixGravatar Enno Boland (tox) 1-1/+1 2009-09-06reworked navigate.Gravatar Enno Boland (tox) 2-7/+4 2009-09-06reworked navigate.Gravatar Enno Boland (tox) 2-7/+4 2009-09-06reappling printing; changing some keys.Gravatar Enno Boland (tox) 2-3/+10